Lines Matching defs:tx_fill
73 int tx_fill;
587 bp->tx_fill = 0;
643 /* bp->tx_empty, bp->tx_fill)); */
644 i = bp->tx_fill + 1;
656 bmac_construct_xmt(skb, &bp->tx_cmds[bp->tx_fill]);
658 bp->tx_bufs[bp->tx_fill] = skb;
659 bp->tx_fill = i;
784 if (bp->tx_empty == bp->tx_fill)
1446 i = bp->tx_fill + 1;
1509 bp->tx_empty, bp->tx_fill, bp->tx_fullup));
1512 if (i != bp->tx_fill) {
1520 if (i != bp->tx_fill) {