Lines Matching refs:tx_bufs
73 struct sk_buff *tx_bufs[N_TX_RING]; member
493 if (bp->tx_bufs[i] != NULL) { in bmac_suspend()
494 dev_kfree_skb(bp->tx_bufs[i]); in bmac_suspend()
495 bp->tx_bufs[i] = NULL; in bmac_suspend()
662 bp->tx_bufs[bp->tx_fill] = skb; in bmac_transmit_packet()
779 if (bp->tx_bufs[bp->tx_empty]) { in bmac_txdma_intr()
781 dev_consume_skb_irq(bp->tx_bufs[bp->tx_empty]); in bmac_txdma_intr()
783 bp->tx_bufs[bp->tx_empty] = NULL; in bmac_txdma_intr()
1420 if (bp->tx_bufs[i] != NULL) { in bmac_close()
1421 dev_kfree_skb(bp->tx_bufs[i]); in bmac_close()
1422 bp->tx_bufs[i] = NULL; in bmac_close()
1514 dev_kfree_skb(bp->tx_bufs[i]); in bmac_tx_timeout()
1515 bp->tx_bufs[i] = NULL; in bmac_tx_timeout()