Lines Matching refs:tx_bufs
72 struct sk_buff *tx_bufs[N_TX_RING]; member
492 if (bp->tx_bufs[i] != NULL) { in bmac_suspend()
493 dev_kfree_skb(bp->tx_bufs[i]); in bmac_suspend()
494 bp->tx_bufs[i] = NULL; in bmac_suspend()
658 bp->tx_bufs[bp->tx_fill] = skb; in bmac_transmit_packet()
775 if (bp->tx_bufs[bp->tx_empty]) { in bmac_txdma_intr()
777 dev_consume_skb_irq(bp->tx_bufs[bp->tx_empty]); in bmac_txdma_intr()
779 bp->tx_bufs[bp->tx_empty] = NULL; in bmac_txdma_intr()
1418 if (bp->tx_bufs[i] != NULL) { in bmac_close()
1419 dev_kfree_skb(bp->tx_bufs[i]); in bmac_close()
1420 bp->tx_bufs[i] = NULL; in bmac_close()
1512 dev_kfree_skb_irq(bp->tx_bufs[i]); in bmac_tx_timeout()
1513 bp->tx_bufs[i] = NULL; in bmac_tx_timeout()