taglinefilesource code
tx_first_free60drivers/net/wavelan.cunsigned short  tx_first_free;
tx_first_free1140drivers/net/wavelan.clp->tx_first_free = OFFSET_CU;
tx_first_free1292drivers/net/wavelan.ctxblock = lp->tx_first_free;
tx_first_free1296drivers/net/wavelan.clp->tx_first_free += TXBLOCKZ;
tx_first_free1297drivers/net/wavelan.cif (lp->tx_first_free >= OFFSET_CU + NTXBLOCKS * TXBLOCKZ)
tx_first_free1298drivers/net/wavelan.clp->tx_first_free -= NTXBLOCKS * TXBLOCKZ;
tx_first_free2470drivers/net/wavelan.cprintk(" tx_first_free=0x%x,", lp->tx_first_free);