taglinefilesource code
tx_first_in_use63drivers/net/wavelan.cunsigned short  tx_first_in_use;
tx_first_in_use1153drivers/net/wavelan.clp->tx_first_in_use = I82586NULL;
tx_first_in_use1362drivers/net/wavelan.cif (lp->tx_first_in_use == I82586NULL)
tx_first_in_use1363drivers/net/wavelan.clp->tx_first_in_use = txblock;
tx_first_in_use1725drivers/net/wavelan.cif (lp->tx_first_in_use == I82586NULL)
tx_first_in_use1728drivers/net/wavelan.cobram_read(ioaddr, acoff(lp->tx_first_in_use, ac_status), (unsigned char *)&tx_status, sizeof(tx_status));
tx_first_in_use1743drivers/net/wavelan.clp->tx_first_in_use = I82586NULL;
tx_first_in_use1746drivers/net/wavelan.clp->tx_first_in_use += TXBLOCKZ;
tx_first_in_use1747drivers/net/wavelan.cif (lp->tx_first_in_use >= OFFSET_CU + NTXBLOCKS * TXBLOCKZ)
tx_first_in_use1748drivers/net/wavelan.clp->tx_first_in_use -= NTXBLOCKS * TXBLOCKZ;
tx_first_in_use2456drivers/net/wavelan.cfor (i = 0, p = lp->tx_first_in_use; i < NTXBLOCKS; i++)
tx_first_in_use2493drivers/net/wavelan.cprintk(" tx_first_in_use=0x%x,", lp->tx_first_in_use);