Lines Matching refs:tx_head
142 struct lance_tx_head tx_head[TX_RING_SIZE];
169 /* tx_head flags */
181 /* tx_head misc field */
399 MEM->init.tdra = dvma_vtob(MEM->tx_head);
401 (dvma_vtob(MEM->tx_head) >> 16);
405 (dvma_vtob(MEM->tx_head))));
466 MEM->tx_head[i].base = dvma_vtob(MEM->tx_data[i]);
467 MEM->tx_head[i].flag = 0;
468 MEM->tx_head[i].base_hi =
470 MEM->tx_head[i].length = 0;
471 MEM->tx_head[i].misc = 0;
497 MEM->init.tdra = dvma_vtob(MEM->tx_head);
499 (dvma_vtob(MEM->tx_head) >> 16);
555 i, MEM->tx_head[i].base,
556 -MEM->tx_head[i].length,
557 MEM->tx_head[i].misc );
614 head = &(MEM->tx_head[entry]);
644 if ((MEM->tx_head[(entry+1) & TX_RING_MOD_MASK].flag & TMD1_OWN) ==
688 // MEM->tx_head[i].flag);
692 struct lance_tx_head *head = &(MEM->tx_head[old_tx]);