Lines Matching refs:tx_bufs
71 struct sk_buff *tx_bufs[N_TX_RING]; member
491 if (bp->tx_bufs[i] != NULL) { in bmac_suspend()
492 dev_kfree_skb(bp->tx_bufs[i]); in bmac_suspend()
493 bp->tx_bufs[i] = NULL; in bmac_suspend()
657 bp->tx_bufs[bp->tx_fill] = skb; in bmac_transmit_packet()
774 if (bp->tx_bufs[bp->tx_empty]) { in bmac_txdma_intr()
776 dev_consume_skb_irq(bp->tx_bufs[bp->tx_empty]); in bmac_txdma_intr()
778 bp->tx_bufs[bp->tx_empty] = NULL; in bmac_txdma_intr()
1362 if (bp->tx_bufs[i] != NULL) { in bmac_close()
1363 dev_kfree_skb(bp->tx_bufs[i]); in bmac_close()
1364 bp->tx_bufs[i] = NULL; in bmac_close()
1456 dev_kfree_skb_irq(bp->tx_bufs[i]); in bmac_tx_timeout()
1457 bp->tx_bufs[i] = NULL; in bmac_tx_timeout()