Lines Matching refs:tx_skbuff
265 struct sk_buff **tx_skbuff; member
502 kfree(lp->tx_skbuff); in pcnet32_realloc_tx_ring()
514 lp->tx_skbuff = new_skb_list; in pcnet32_realloc_tx_ring()
1013 lp->tx_skbuff[x] = skb; in pcnet32_loopback_test()
1090 packet = lp->tx_skbuff[x]->data; in pcnet32_loopback_test()
1351 if (lp->tx_skbuff[entry]) { in pcnet32_tx()
1354 lp->tx_skbuff[entry]->len, in pcnet32_tx()
1356 dev_kfree_skb_any(lp->tx_skbuff[entry]); in pcnet32_tx()
1357 lp->tx_skbuff[entry] = NULL; in pcnet32_tx()
2033 lp->tx_skbuff = kcalloc(lp->tx_ring_size, sizeof(struct sk_buff *), in pcnet32_alloc_ring()
2035 if (!lp->tx_skbuff) in pcnet32_alloc_ring()
2050 kfree(lp->tx_skbuff); in pcnet32_free_ring()
2051 lp->tx_skbuff = NULL; in pcnet32_free_ring()
2332 if (lp->tx_skbuff[i]) { in pcnet32_purge_tx_ring()
2336 lp->tx_skbuff[i]->len, in pcnet32_purge_tx_ring()
2338 dev_kfree_skb_any(lp->tx_skbuff[i]); in pcnet32_purge_tx_ring()
2340 lp->tx_skbuff[i] = NULL; in pcnet32_purge_tx_ring()
2519 lp->tx_skbuff[entry] = skb; in pcnet32_start_xmit()