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()
2048 lp->tx_skbuff = kcalloc(lp->tx_ring_size, sizeof(struct sk_buff *), in pcnet32_alloc_ring()
2050 if (!lp->tx_skbuff) in pcnet32_alloc_ring()
2065 kfree(lp->tx_skbuff); in pcnet32_free_ring()
2066 lp->tx_skbuff = NULL; in pcnet32_free_ring()
2349 if (lp->tx_skbuff[i]) { in pcnet32_purge_tx_ring()
2354 lp->tx_skbuff[i]->len, in pcnet32_purge_tx_ring()
2356 dev_kfree_skb_any(lp->tx_skbuff[i]); in pcnet32_purge_tx_ring()
2358 lp->tx_skbuff[i] = NULL; in pcnet32_purge_tx_ring()
2537 lp->tx_skbuff[entry] = skb; in pcnet32_start_xmit()