Lines Matching refs:tx_skbuff
269 struct sk_buff **tx_skbuff; member
503 kfree(lp->tx_skbuff); in pcnet32_realloc_tx_ring()
515 lp->tx_skbuff = new_skb_list; in pcnet32_realloc_tx_ring()
921 lp->tx_skbuff[x] = skb; in pcnet32_loopback_test()
998 packet = lp->tx_skbuff[x]->data; in pcnet32_loopback_test()
1300 if (lp->tx_skbuff[entry]) { in pcnet32_tx()
1303 lp->tx_skbuff[entry]-> in pcnet32_tx()
1305 dev_kfree_skb_any(lp->tx_skbuff[entry]); in pcnet32_tx()
1306 lp->tx_skbuff[entry] = NULL; in pcnet32_tx()
1989 lp->tx_skbuff = kcalloc(lp->tx_ring_size, sizeof(struct sk_buff *), in pcnet32_alloc_ring()
1991 if (!lp->tx_skbuff) in pcnet32_alloc_ring()
2006 kfree(lp->tx_skbuff); in pcnet32_free_ring()
2007 lp->tx_skbuff = NULL; in pcnet32_free_ring()
2286 if (lp->tx_skbuff[i]) { in pcnet32_purge_tx_ring()
2291 lp->tx_skbuff[i]->len, in pcnet32_purge_tx_ring()
2293 dev_kfree_skb_any(lp->tx_skbuff[i]); in pcnet32_purge_tx_ring()
2295 lp->tx_skbuff[i] = NULL; in pcnet32_purge_tx_ring()
2474 lp->tx_skbuff[entry] = skb; in pcnet32_start_xmit()