Lines Matching refs:tx_head
143 struct lance_tx_head tx_head[TX_RING_SIZE];
170 /* tx_head flags */
182 /* tx_head misc field */
394 MEM->init.tdra = dvma_vtob(MEM->tx_head);
396 (dvma_vtob(MEM->tx_head) >> 16);
400 (dvma_vtob(MEM->tx_head))));
461 MEM->tx_head[i].base = dvma_vtob(MEM->tx_data[i]);
462 MEM->tx_head[i].flag = 0;
463 MEM->tx_head[i].base_hi =
465 MEM->tx_head[i].length = 0;
466 MEM->tx_head[i].misc = 0;
492 MEM->init.tdra = dvma_vtob(MEM->tx_head);
494 (dvma_vtob(MEM->tx_head) >> 16);
550 i, MEM->tx_head[i].base,
551 -MEM->tx_head[i].length,
552 MEM->tx_head[i].misc );
609 head = &(MEM->tx_head[entry]);
639 if ((MEM->tx_head[(entry+1) & TX_RING_MOD_MASK].flag & TMD1_OWN) ==
683 // MEM->tx_head[i].flag);
687 struct lance_tx_head *head = &(MEM->tx_head[old_tx]);