taglinefilesource code
tx_first_in_use61drivers/net/wavelan.cunsigned short  tx_first_in_use;
tx_first_in_use1141drivers/net/wavelan.clp->tx_first_in_use = I82586NULL;
tx_first_in_use1350drivers/net/wavelan.cif (lp->tx_first_in_use == I82586NULL)
tx_first_in_use1351drivers/net/wavelan.clp->tx_first_in_use = txblock;
tx_first_in_use1713drivers/net/wavelan.cif (lp->tx_first_in_use == I82586NULL)
tx_first_in_use1716drivers/net/wavelan.cobram_read(ioaddr, acoff(lp->tx_first_in_use, ac_status), (unsigned char *)&tx_status, sizeof(tx_status));
tx_first_in_use1731drivers/net/wavelan.clp->tx_first_in_use = I82586NULL;
tx_first_in_use1734drivers/net/wavelan.clp->tx_first_in_use += TXBLOCKZ;
tx_first_in_use1735drivers/net/wavelan.cif (lp->tx_first_in_use >= OFFSET_CU + NTXBLOCKS * TXBLOCKZ)
tx_first_in_use1736drivers/net/wavelan.clp->tx_first_in_use -= NTXBLOCKS * TXBLOCKZ;
tx_first_in_use2434drivers/net/wavelan.cfor (i = 0, p = lp->tx_first_in_use; i < NTXBLOCKS; i++)
tx_first_in_use2471drivers/net/wavelan.cprintk(" tx_first_in_use=0x%x,", lp->tx_first_in_use);