Lines Matching refs:tx_head
157 struct lance_tx_head tx_head[TX_RING_SIZE];
269 /* tx_head flags */
281 /* tx_head misc field */
619 MEM->init.tx_ring.adr_lo = offsetof( struct lance_memory, tx_head );
706 MEM->tx_head[i].base = offset;
707 MEM->tx_head[i].flag = TMD1_OWN_HOST;
708 MEM->tx_head[i].base_hi = 0;
709 MEM->tx_head[i].length = 0;
710 MEM->tx_head[i].misc = 0;
757 i, MEM->tx_head[i].base,
758 -MEM->tx_head[i].length,
759 MEM->tx_head[i].misc ));
815 head = &(MEM->tx_head[entry]);
837 if ((MEM->tx_head[(entry+1) & TX_RING_MOD_MASK].flag & TMD1_OWN) ==
886 int status = MEM->tx_head[entry].flag;
891 MEM->tx_head[entry].flag = 0;
895 int err_status = MEM->tx_head[entry].misc;