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()
1017 lp->tx_skbuff[x] = skb; in pcnet32_loopback_test()
1094 packet = lp->tx_skbuff[x]->data; in pcnet32_loopback_test()
1355 if (lp->tx_skbuff[entry]) { in pcnet32_tx()
1358 lp->tx_skbuff[entry]->len, in pcnet32_tx()
1360 dev_kfree_skb_any(lp->tx_skbuff[entry]); in pcnet32_tx()
1361 lp->tx_skbuff[entry] = NULL; in pcnet32_tx()
2044 lp->tx_skbuff = kcalloc(lp->tx_ring_size, sizeof(struct sk_buff *), in pcnet32_alloc_ring()
2046 if (!lp->tx_skbuff) in pcnet32_alloc_ring()
2061 kfree(lp->tx_skbuff); in pcnet32_free_ring()
2062 lp->tx_skbuff = NULL; in pcnet32_free_ring()
2343 if (lp->tx_skbuff[i]) { in pcnet32_purge_tx_ring()
2347 lp->tx_skbuff[i]->len, in pcnet32_purge_tx_ring()
2349 dev_kfree_skb_any(lp->tx_skbuff[i]); in pcnet32_purge_tx_ring()
2351 lp->tx_skbuff[i] = NULL; in pcnet32_purge_tx_ring()
2530 lp->tx_skbuff[entry] = skb; in pcnet32_start_xmit()