Lines Matching refs:tx_bufs
76 struct sk_buff *tx_bufs[N_TX_RING]; member
496 if (bp->tx_bufs[i] != NULL) { in bmac_suspend()
497 dev_kfree_skb(bp->tx_bufs[i]); in bmac_suspend()
498 bp->tx_bufs[i] = NULL; in bmac_suspend()
667 bp->tx_bufs[bp->tx_fill] = skb; in bmac_transmit_packet()
784 if (bp->tx_bufs[bp->tx_empty]) { in bmac_txdma_intr()
786 dev_kfree_skb_irq(bp->tx_bufs[bp->tx_empty]); in bmac_txdma_intr()
788 bp->tx_bufs[bp->tx_empty] = NULL; in bmac_txdma_intr()
1427 if (bp->tx_bufs[i] != NULL) { in bmac_close()
1428 dev_kfree_skb(bp->tx_bufs[i]); in bmac_close()
1429 bp->tx_bufs[i] = NULL; in bmac_close()
1521 dev_kfree_skb(bp->tx_bufs[i]); in bmac_tx_timeout()
1522 bp->tx_bufs[i] = NULL; in bmac_tx_timeout()