sc_txlor          600 dev/pci/if_txp.c 		if (sc->sc_txlor.r_cnt && (sc->sc_txlor.r_cons !=
sc_txlor          601 dev/pci/if_txp.c 		    TXP_OFFSET2IDX(letoh32(*(sc->sc_txlor.r_off)))))
sc_txlor          602 dev/pci/if_txp.c 			txp_tx_reclaim(sc, &sc->sc_txlor, &sc->sc_txloring_dma);
sc_txlor          986 dev/pci/if_txp.c 	sc->sc_txlor.r_reg = TXP_H2A_3;
sc_txlor          987 dev/pci/if_txp.c 	sc->sc_txlor.r_desc = (struct txp_tx_desc *)sc->sc_txloring_dma.dma_vaddr;
sc_txlor          988 dev/pci/if_txp.c 	sc->sc_txlor.r_cons = sc->sc_txlor.r_prod = sc->sc_txlor.r_cnt = 0;
sc_txlor          989 dev/pci/if_txp.c 	sc->sc_txlor.r_off = &sc->sc_hostvar->hv_tx_lo_desc_read_idx;
sc_txlor          578 dev/pci/if_txpreg.h 	struct txp_tx_ring	sc_txhir, sc_txlor;