tx_fill 74 drivers/net/ethernet/apple/bmac.c int tx_fill; tx_fill 591 drivers/net/ethernet/apple/bmac.c bp->tx_fill = 0; tx_fill 648 drivers/net/ethernet/apple/bmac.c i = bp->tx_fill + 1; tx_fill 660 drivers/net/ethernet/apple/bmac.c bmac_construct_xmt(skb, &bp->tx_cmds[bp->tx_fill]); tx_fill 662 drivers/net/ethernet/apple/bmac.c bp->tx_bufs[bp->tx_fill] = skb; tx_fill 663 drivers/net/ethernet/apple/bmac.c bp->tx_fill = i; tx_fill 788 drivers/net/ethernet/apple/bmac.c if (bp->tx_empty == bp->tx_fill) tx_fill 1447 drivers/net/ethernet/apple/bmac.c i = bp->tx_fill + 1; tx_fill 1510 drivers/net/ethernet/apple/bmac.c bp->tx_empty, bp->tx_fill, bp->tx_fullup)); tx_fill 1513 drivers/net/ethernet/apple/bmac.c if (i != bp->tx_fill) { tx_fill 1521 drivers/net/ethernet/apple/bmac.c if (i != bp->tx_fill) { tx_fill 57 drivers/net/ethernet/apple/mace.c int tx_fill; tx_fill 421 drivers/net/ethernet/apple/mace.c for (i = mp->tx_empty; i != mp->tx_fill; ) { tx_fill 484 drivers/net/ethernet/apple/mace.c mp->tx_fill = 0; tx_fill 539 drivers/net/ethernet/apple/mace.c fill = mp->tx_fill; tx_fill 567 drivers/net/ethernet/apple/mace.c mp->tx_fill = next; tx_fill 752 drivers/net/ethernet/apple/mace.c if (i == mp->tx_fill) { tx_fill 786 drivers/net/ethernet/apple/mace.c if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) { tx_fill 795 drivers/net/ethernet/apple/mace.c } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE); tx_fill 843 drivers/net/ethernet/apple/mace.c } else if (i != mp->tx_fill) { tx_fill 851 drivers/net/ethernet/apple/mace.c if (i != mp->tx_fill) {