taglinefilesource code
tx_first_in_use58drivers/net/wavelan.cunsigned short  tx_first_in_use;
tx_first_in_use1148drivers/net/wavelan.clp->tx_first_in_use = I82586NULL;
tx_first_in_use1355drivers/net/wavelan.cif (lp->tx_first_in_use == I82586NULL)
tx_first_in_use1356drivers/net/wavelan.clp->tx_first_in_use = txblock;
tx_first_in_use1718drivers/net/wavelan.cif (lp->tx_first_in_use == I82586NULL)
tx_first_in_use1721drivers/net/wavelan.cobram_read(ioaddr, acoff(lp->tx_first_in_use, ac_status), (unsigned char *)&tx_status, sizeof(tx_status));
tx_first_in_use1736drivers/net/wavelan.clp->tx_first_in_use = I82586NULL;
tx_first_in_use1739drivers/net/wavelan.clp->tx_first_in_use += TXBLOCKZ;
tx_first_in_use1740drivers/net/wavelan.cif (lp->tx_first_in_use >= OFFSET_CU + NTXBLOCKS * TXBLOCKZ)
tx_first_in_use1741drivers/net/wavelan.clp->tx_first_in_use -= NTXBLOCKS * TXBLOCKZ;
tx_first_in_use2441drivers/net/wavelan.cfor (i = 0, p = lp->tx_first_in_use; i < NTXBLOCKS; i++)
tx_first_in_use2478drivers/net/wavelan.cprintk(" tx_first_in_use=0x%x,", lp->tx_first_in_use);