Lines Matching refs:tx_skbuff
269 struct sk_buff **tx_skbuff; member
506 kfree(lp->tx_skbuff); in pcnet32_realloc_tx_ring()
518 lp->tx_skbuff = new_skb_list; in pcnet32_realloc_tx_ring()
1025 lp->tx_skbuff[x] = skb; in pcnet32_loopback_test()
1102 packet = lp->tx_skbuff[x]->data; in pcnet32_loopback_test()
1365 if (lp->tx_skbuff[entry]) { in pcnet32_tx()
1368 lp->tx_skbuff[entry]-> in pcnet32_tx()
1370 dev_kfree_skb_any(lp->tx_skbuff[entry]); in pcnet32_tx()
1371 lp->tx_skbuff[entry] = NULL; in pcnet32_tx()
2046 lp->tx_skbuff = kcalloc(lp->tx_ring_size, sizeof(struct sk_buff *), in pcnet32_alloc_ring()
2048 if (!lp->tx_skbuff) in pcnet32_alloc_ring()
2063 kfree(lp->tx_skbuff); in pcnet32_free_ring()
2064 lp->tx_skbuff = NULL; in pcnet32_free_ring()
2347 if (lp->tx_skbuff[i]) { in pcnet32_purge_tx_ring()
2352 lp->tx_skbuff[i]->len, in pcnet32_purge_tx_ring()
2354 dev_kfree_skb_any(lp->tx_skbuff[i]); in pcnet32_purge_tx_ring()
2356 lp->tx_skbuff[i] = NULL; in pcnet32_purge_tx_ring()
2535 lp->tx_skbuff[entry] = skb; in pcnet32_start_xmit()