/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | usb.c | 870 struct sk_buff *skb_aggr, *skb_tmp; in mwifiex_usb_prepare_tx_aggr_skb() local 891 while ((skb_tmp = skb_dequeue(&port->tx_aggr.aggr_list))) in mwifiex_usb_prepare_tx_aggr_skb() 892 mwifiex_write_data_complete(adapter, skb_tmp, 0, -1); in mwifiex_usb_prepare_tx_aggr_skb() 902 while ((skb_tmp = skb_dequeue(&port->tx_aggr.aggr_list))) { in mwifiex_usb_prepare_tx_aggr_skb() 904 pad = (align - (skb_tmp->len & (align - 1))) % align; in mwifiex_usb_prepare_tx_aggr_skb() 905 payload = skb_put(skb_aggr, skb_tmp->len + pad); in mwifiex_usb_prepare_tx_aggr_skb() 906 memcpy(payload, skb_tmp->data, skb_tmp->len); in mwifiex_usb_prepare_tx_aggr_skb() 909 *(__le16 *)payload = cpu_to_le16(skb_tmp->len); in mwifiex_usb_prepare_tx_aggr_skb() 915 *(__le16 *)payload = cpu_to_le16(skb_tmp in mwifiex_usb_prepare_tx_aggr_skb() 1346 struct sk_buff *skb_tmp; mwifiex_usb_cleanup_tx_aggr() local [all...] |
H A D | pcie.c | 1533 struct sk_buff *skb_tmp = NULL; in mwifiex_pcie_process_recv_data() local 1593 skb_tmp = mwifiex_alloc_dma_align_buf(MWIFIEX_RX_DATA_BUF_SIZE, in mwifiex_pcie_process_recv_data() 1595 if (!skb_tmp) { in mwifiex_pcie_process_recv_data() 1601 if (mwifiex_map_pci_memory(adapter, skb_tmp, in mwifiex_pcie_process_recv_data() 1606 buf_pa = MWIFIEX_SKB_DMA_ADDR(skb_tmp); in mwifiex_pcie_process_recv_data() 1610 skb_tmp, rd_index); in mwifiex_pcie_process_recv_data() 1611 card->rx_buf_list[rd_index] = skb_tmp; in mwifiex_pcie_process_recv_data() 1616 desc2->len = skb_tmp->len; in mwifiex_pcie_process_recv_data() 1617 desc2->frag_len = skb_tmp->len; in mwifiex_pcie_process_recv_data() 1623 desc->len = skb_tmp in mwifiex_pcie_process_recv_data() [all...] |
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_ethtool.c | 1488 struct sk_buff *skb_tmp = NULL; in hinic_run_lp_test() local 1495 skb_tmp = alloc_skb(LP_PKT_LEN, GFP_ATOMIC); in hinic_run_lp_test() 1496 if (!skb_tmp) in hinic_run_lp_test() 1499 test_data = __skb_put(skb_tmp, LP_PKT_LEN); in hinic_run_lp_test() 1509 skb_tmp->queue_mapping = 0; in hinic_run_lp_test() 1510 skb_tmp->ip_summed = CHECKSUM_COMPLETE; in hinic_run_lp_test() 1511 skb_tmp->dev = netdev; in hinic_run_lp_test() 1518 skb = pskb_copy(skb_tmp, GFP_ATOMIC); in hinic_run_lp_test() 1520 dev_kfree_skb_any(skb_tmp); in hinic_run_lp_test() 1531 dev_kfree_skb_any(skb_tmp); in hinic_run_lp_test() [all...] |
/linux/drivers/net/ethernet/microchip/sparx5/lan969x/ |
H A D | lan969x.c | 213 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; in lan969x_ptp_irq_handler() local 261 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) { in lan969x_ptp_irq_handler()
|
/linux/net/batman-adv/ |
H A D | bat_v_ogm.c | 264 struct sk_buff *skb, *skb_tmp; in batadv_v_ogm_send_meshif() local 340 skb_tmp = skb_clone(skb, GFP_ATOMIC); in batadv_v_ogm_send_meshif() 341 if (!skb_tmp) { in batadv_v_ogm_send_meshif() 346 batadv_v_ogm_queue_on_if(skb_tmp, hard_iface); in batadv_v_ogm_send_meshif()
|
/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_ptp.c | 616 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; in ocelot_port_dequeue_ptp_tx_skb() local 621 skb_queue_walk_safe(&ocelot_port->tx_skbs, skb, skb_tmp) { in ocelot_port_dequeue_ptp_tx_skb() 649 struct sk_buff *skb, *skb_tmp; in ocelot_port_queue_ptp_tx_skb() local 658 skb_queue_walk_safe(&ocelot_port->tx_skbs, skb, skb_tmp) { in ocelot_port_queue_ptp_tx_skb()
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ptp.c | 378 struct sk_buff *skb, *skb_tmp; in lan966x_ptp_txtstamp_old_release() local 382 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) { in lan966x_ptp_txtstamp_old_release() 481 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; in lan966x_ptp_irq_handler() local 527 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) { in lan966x_ptp_irq_handler()
|
/linux/drivers/net/phy/ |
H A D | microchip_rds_ptp.c | 372 struct sk_buff *skb, *skb_tmp; in mchp_rds_ptp_match_skb() local 378 skb_queue_walk_safe(&clock->rx_queue, skb, skb_tmp) { in mchp_rds_ptp_match_skb() 913 struct sk_buff *skb, *skb_tmp; in mchp_rds_ptp_match_tx_skb() local 919 skb_queue_walk_safe(&clock->tx_queue, skb, skb_tmp) { in mchp_rds_ptp_match_tx_skb()
|
/linux/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_net.c | 781 struct sk_buff *skb_tmp; in gelic_descr_prepare_tx() local 785 skb_tmp = gelic_put_vlan_tag(skb, in gelic_descr_prepare_tx() 787 if (!skb_tmp) in gelic_descr_prepare_tx() 789 skb = skb_tmp; in gelic_descr_prepare_tx()
|
/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_ptp.c | 422 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; in sja1110_process_meta_tstamp() local 431 skb_queue_walk_safe(&ptp_data->skb_txtstamp_queue, skb, skb_tmp) { in sja1110_process_meta_tstamp()
|
/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 1596 struct sk_buff *skb_match = NULL, *skb_tmp; in ocelot_port_purge_txtstamp_skb() local 1604 skb_queue_walk_safe(&ocelot_port->tx_skbs, skb, skb_tmp) { in ocelot_port_purge_txtstamp_skb()
|