Lines Matching refs:tx_fill
77 int tx_fill; member
596 bp->tx_fill = 0; in bmac_init_tx_ring()
653 i = bp->tx_fill + 1; in bmac_transmit_packet()
665 bmac_construct_xmt(skb, &bp->tx_cmds[bp->tx_fill]); in bmac_transmit_packet()
667 bp->tx_bufs[bp->tx_fill] = skb; in bmac_transmit_packet()
668 bp->tx_fill = i; in bmac_transmit_packet()
793 if (bp->tx_empty == bp->tx_fill) in bmac_txdma_intr()
1454 i = bp->tx_fill + 1; in bmac_start()
1517 bp->tx_empty, bp->tx_fill, bp->tx_fullup)); in bmac_tx_timeout()
1520 if (i != bp->tx_fill) { in bmac_tx_timeout()
1528 if (i != bp->tx_fill) { in bmac_tx_timeout()