taglinefilesource code
tx_first_in_use61drivers/net/wavelan.cunsigned short  tx_first_in_use;
tx_first_in_use1072drivers/net/wavelan.clp->tx_first_in_use = I82586NULL;
tx_first_in_use1281drivers/net/wavelan.cif (lp->tx_first_in_use == I82586NULL)
tx_first_in_use1282drivers/net/wavelan.clp->tx_first_in_use = txblock;
tx_first_in_use1645drivers/net/wavelan.cif (lp->tx_first_in_use == I82586NULL)
tx_first_in_use1648drivers/net/wavelan.cobram_read(ioaddr, acoff(lp->tx_first_in_use, ac_status), (unsigned char *)&tx_status, sizeof(tx_status));
tx_first_in_use1663drivers/net/wavelan.clp->tx_first_in_use = I82586NULL;
tx_first_in_use1666drivers/net/wavelan.clp->tx_first_in_use += TXBLOCKZ;
tx_first_in_use1667drivers/net/wavelan.cif (lp->tx_first_in_use >= OFFSET_CU + NTXBLOCKS * TXBLOCKZ)
tx_first_in_use1668drivers/net/wavelan.clp->tx_first_in_use -= NTXBLOCKS * TXBLOCKZ;
tx_first_in_use2366drivers/net/wavelan.cfor (i = 0, p = lp->tx_first_in_use; i < NTXBLOCKS; i++)
tx_first_in_use2403drivers/net/wavelan.cprintk(" tx_first_in_use=0x%x,", lp->tx_first_in_use);