Searched refs:sc_rxlor (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_txp.c649 if ((*sc->sc_rxlor.r_roff) != (*sc->sc_rxlor.r_woff))
650 txp_rx_reclaim(sc, &sc->sc_rxlor, &sc->sc_rxloring_dma);
1092 sc->sc_rxlor.r_desc =
1094 sc->sc_rxlor.r_roff = &sc->sc_hostvar->hv_rx_lo_read_idx;
1095 sc->sc_rxlor.r_woff = &sc->sc_hostvar->hv_rx_lo_write_idx;
H A Dif_txpreg.h586 struct txp_rx_ring sc_rxhir, sc_rxlor; member in struct:txp_softc

Completed in 152 milliseconds