taglinefilesource code
tx_head122drivers/net/3c507.cushort tx_head;
tx_head544drivers/net/3c507.cwhile (lp->tx_reap != lp->tx_head) {
tx_head729drivers/net/3c507.clp->tx_head = lp->tx_reap = TX_BUF_START;
tx_head766drivers/net/3c507.cushort tx_block = lp->tx_head;
tx_head794drivers/net/3c507.clp->tx_head = tx_block + TX_BUF_SIZE;
tx_head795drivers/net/3c507.cif (lp->tx_head > RX_BUF_START - TX_BUF_SIZE)
tx_head796drivers/net/3c507.clp->tx_head = TX_BUF_START;
tx_head800drivers/net/3c507.cdev->name, ioaddr, length, tx_block, lp->tx_head);
tx_head803drivers/net/3c507.cif (lp->tx_head != lp->tx_reap)
tx_head156drivers/net/atarilance.cstruct lance_tx_head  tx_head[TX_RING_SIZE];
tx_head596drivers/net/atarilance.cMEM->init.tx_ring.adr_lo = offsetof( struct lance_memory, tx_head );
tx_head693drivers/net/atarilance.cMEM->tx_head[i].base = offset;
tx_head694drivers/net/atarilance.cMEM->tx_head[i].flag = TMD1_OWN_HOST;
tx_head695drivers/net/atarilance.cMEM->tx_head[i].base_hi = 0;
tx_head696drivers/net/atarilance.cMEM->tx_head[i].length = 0;
tx_head697drivers/net/atarilance.cMEM->tx_head[i].misc = 0;
tx_head749drivers/net/atarilance.ci, MEM->tx_head[i].base,
tx_head750drivers/net/atarilance.c-MEM->tx_head[i].length,
tx_head751drivers/net/atarilance.cMEM->tx_head[i].misc ));
tx_head809drivers/net/atarilance.chead  = &(MEM->tx_head[entry]);
tx_head837drivers/net/atarilance.cif ((MEM->tx_head[(entry+1) & TX_RING_MOD_MASK].flag & TMD1_OWN) ==
tx_head885drivers/net/atarilance.cint status = MEM->tx_head[entry].flag;
tx_head890drivers/net/atarilance.cMEM->tx_head[entry].flag = 0;
tx_head894drivers/net/atarilance.cint err_status = MEM->tx_head[entry].misc;
tx_head150drivers/net/eexpress.cunsigned short tx_head;         /* next free tx buf */
tx_head656drivers/net/eexpress.coutw(lp->tx_head,ioaddr+WRITE_PTR);
tx_head659drivers/net/eexpress.coutw(lp->tx_head+0x08,ioaddr);
tx_head660drivers/net/eexpress.coutw(lp->tx_head+0x0e,ioaddr);
tx_head663drivers/net/eexpress.coutw(lp->tx_head+0x08,ioaddr);
tx_head666drivers/net/eexpress.coutw(lp->tx_head+0x16,ioaddr);
tx_head670drivers/net/eexpress.coutw(lp->tx_head,ioaddr);
tx_head672drivers/net/eexpress.clp->tx_tail = lp->tx_head;
tx_head673drivers/net/eexpress.cif (lp->tx_head==TX_BUF_START+((lp->num_tx_bufs-1)*TX_BUF_SIZE)) 
tx_head674drivers/net/eexpress.clp->tx_head = TX_BUF_START;
tx_head676drivers/net/eexpress.clp->tx_head += TX_BUF_SIZE;
tx_head677drivers/net/eexpress.cif (lp->tx_head != lp->tx_reap) 
tx_head858drivers/net/eexpress.cif (!test_bit(0,(void *)&dev->tbusy) && lp->tx_head==lp->tx_reap) 
tx_head895drivers/net/eexpress.cwhile (lp->tx_reap != lp->tx_head);
tx_head988drivers/net/eexpress.clp->tx_head = TX_BUF_START;
tx_head97drivers/net/strip.cunsigned char     *tx_head;    /* pointer to next byte to XMIT */
tx_head509drivers/net/strip.cmemcpy(strip_info->tx_buff, strip_info->tx_head, strip_info->tx_left);
tx_head516drivers/net/strip.cstrip_info->tx_head = strip_info->tx_buff;
tx_head586drivers/net/strip.cnum_written = tty->driver.write(tty, 0, strip_info->tx_head, strip_info->tx_left);
tx_head588drivers/net/strip.cstrip_info->tx_head += num_written;
tx_head675drivers/net/strip.cstrip_info->tx_head =       strip_info->tx_buff;