taglinefilesource code
tx_first_free62drivers/net/wavelan.cunsigned short  tx_first_free;
tx_first_free1152drivers/net/wavelan.clp->tx_first_free = OFFSET_CU;
tx_first_free1304drivers/net/wavelan.ctxblock = lp->tx_first_free;
tx_first_free1308drivers/net/wavelan.clp->tx_first_free += TXBLOCKZ;
tx_first_free1309drivers/net/wavelan.cif (lp->tx_first_free >= OFFSET_CU + NTXBLOCKS * TXBLOCKZ)
tx_first_free1310drivers/net/wavelan.clp->tx_first_free -= NTXBLOCKS * TXBLOCKZ;
tx_first_free2492drivers/net/wavelan.cprintk(" tx_first_free=0x%x,", lp->tx_first_free);