Searched refs:skb_tmp (Results 1 – 7 of 7) sorted by relevance
| /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->len + pad); in mwifiex_usb_prepare_tx_aggr_skb() 921 tx_info->bss_num = MWIFIEX_SKB_TXCB(skb_tmp)->bss_num; in mwifiex_usb_prepare_tx_aggr_skb() [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/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_ptp.c | 209 struct sk_buff *skb, *skb_tmp; in sparx5_ptp_txtstamp_old_release() local 213 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) { in sparx5_ptp_txtstamp_old_release() 313 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; in sparx5_ptp_irq_handler() local 361 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) { in sparx5_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/microchip/lan966x/ |
| H A D | lan966x_ptp.c | 381 struct sk_buff *skb, *skb_tmp; in lan966x_ptp_txtstamp_old_release() local 385 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) { in lan966x_ptp_txtstamp_old_release() 484 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; in lan966x_ptp_irq_handler() local 530 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) { in lan966x_ptp_irq_handler()
|
| /linux/drivers/net/phy/ |
| H A D | micrel.c | 3965 struct sk_buff *skb, *skb_tmp; in lan8814_match_tx_skb() local 3971 skb_queue_walk_safe(&ptp_priv->tx_queue, skb, skb_tmp) { in lan8814_match_tx_skb() 4021 struct sk_buff *skb, *skb_tmp; in lan8814_match_skb() local 4027 skb_queue_walk_safe(&ptp_priv->rx_queue, skb, skb_tmp) { in lan8814_match_skb()
|