Searched refs:skb_tmp (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c875 struct sk_buff *skb_aggr, *skb_tmp; local
896 while ((skb_tmp = skb_dequeue(&port->tx_aggr.aggr_list)))
897 mwifiex_write_data_complete(adapter, skb_tmp, 0, -1);
907 while ((skb_tmp = skb_dequeue(&port->tx_aggr.aggr_list))) {
909 pad = (align - (skb_tmp->len & (align - 1))) % align;
910 payload = skb_put(skb_aggr, skb_tmp->len + pad);
911 memcpy(payload, skb_tmp->data, skb_tmp->len);
914 *(__le16 *)payload = cpu_to_le16(skb_tmp->len);
920 *(__le16 *)payload = cpu_to_le16(skb_tmp
1351 struct sk_buff *skb_tmp; local
[all...]
H A Dpcie.c1533 struct sk_buff *skb_tmp = NULL; local
1593 skb_tmp = mwifiex_alloc_dma_align_buf(MWIFIEX_RX_DATA_BUF_SIZE,
1595 if (!skb_tmp) {
1601 if (mwifiex_map_pci_memory(adapter, skb_tmp,
1606 buf_pa = MWIFIEX_SKB_DMA_ADDR(skb_tmp);
1610 skb_tmp, rd_index);
1611 card->rx_buf_list[rd_index] = skb_tmp;
1616 desc2->len = skb_tmp->len;
1617 desc2->frag_len = skb_tmp->len;
1623 desc->len = skb_tmp
[all...]
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c1518 struct sk_buff *skb_tmp = NULL; local
1525 skb_tmp = alloc_skb(LP_PKT_LEN, GFP_ATOMIC);
1526 if (!skb_tmp)
1529 test_data = __skb_put(skb_tmp, LP_PKT_LEN);
1539 skb_tmp->queue_mapping = 0;
1540 skb_tmp->ip_summed = CHECKSUM_COMPLETE;
1541 skb_tmp->dev = netdev;
1548 skb = pskb_copy(skb_tmp, GFP_ATOMIC);
1550 dev_kfree_skb_any(skb_tmp);
1561 dev_kfree_skb_any(skb_tmp);
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c205 struct sk_buff *skb, *skb_tmp; local
209 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) {
308 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; local
356 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) {
/linux-master/net/batman-adv/
H A Dbat_v_ogm.c266 struct sk_buff *skb, *skb_tmp; local
344 skb_tmp = skb_clone(skb, GFP_ATOMIC);
345 if (!skb_tmp) {
350 batadv_v_ogm_queue_on_if(skb_tmp, hard_iface);
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c357 struct sk_buff *skb, *skb_tmp; local
361 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) {
458 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; local
504 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) {
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c781 struct sk_buff *skb_tmp; local
785 skb_tmp = gelic_put_vlan_tag(skb,
787 if (!skb_tmp)
789 skb = skb_tmp;
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c418 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; local
427 skb_queue_walk_safe(&ptp_data->skb_txtstamp_queue, skb, skb_tmp) {
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_ptp.c749 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; local
780 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) {
/linux-master/drivers/net/phy/
H A Dmicrel.c2867 struct sk_buff *skb, *skb_tmp; local
2873 skb_queue_walk_safe(&ptp_priv->tx_queue, skb, skb_tmp) {
2922 struct sk_buff *skb, *skb_tmp; local
2928 skb_queue_walk_safe(&ptp_priv->rx_queue, skb, skb_tmp) {
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix.c1472 struct sk_buff *skb_match = NULL, *skb_tmp; local
1480 skb_queue_walk_safe(&ocelot_port->tx_skbs, skb, skb_tmp) {

Completed in 417 milliseconds