Lines Matching refs:tx_head
158 struct lance_tx_head tx_head[TX_RING_SIZE];
270 /* tx_head flags */
282 /* tx_head misc field */
620 MEM->init.tx_ring.adr_lo = offsetof( struct lance_memory, tx_head );
707 MEM->tx_head[i].base = offset;
708 MEM->tx_head[i].flag = TMD1_OWN_HOST;
709 MEM->tx_head[i].base_hi = 0;
710 MEM->tx_head[i].length = 0;
711 MEM->tx_head[i].misc = 0;
758 i, MEM->tx_head[i].base,
759 -MEM->tx_head[i].length,
760 MEM->tx_head[i].misc ));
816 head = &(MEM->tx_head[entry]);
838 if ((MEM->tx_head[(entry+1) & TX_RING_MOD_MASK].flag & TMD1_OWN) ==
887 int status = MEM->tx_head[entry].flag;
892 MEM->tx_head[entry].flag = 0;
896 int err_status = MEM->tx_head[entry].misc;