Lines Matching defs:tx_fill
74 int tx_fill;
591 bp->tx_fill = 0;
647 /* bp->tx_empty, bp->tx_fill)); */
648 i = bp->tx_fill + 1;
660 bmac_construct_xmt(skb, &bp->tx_cmds[bp->tx_fill]);
662 bp->tx_bufs[bp->tx_fill] = skb;
663 bp->tx_fill = i;
788 if (bp->tx_empty == bp->tx_fill)
1447 i = bp->tx_fill + 1;
1510 bp->tx_empty, bp->tx_fill, bp->tx_fullup));
1513 if (i != bp->tx_fill) {
1521 if (i != bp->tx_fill) {