taglinefilesource code
tx_first_free57drivers/net/wavelan.cunsigned short  tx_first_free;
tx_first_free1149drivers/net/wavelan.clp->tx_first_free = OFFSET_CU;
tx_first_free1299drivers/net/wavelan.ctxblock = lp->tx_first_free;
tx_first_free1303drivers/net/wavelan.clp->tx_first_free += TXBLOCKZ;
tx_first_free1304drivers/net/wavelan.cif (lp->tx_first_free >= OFFSET_CU + NTXBLOCKS * TXBLOCKZ)
tx_first_free1305drivers/net/wavelan.clp->tx_first_free -= NTXBLOCKS * TXBLOCKZ;
tx_first_free2477drivers/net/wavelan.cprintk(" tx_first_free=0x%x,", lp->tx_first_free);