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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txp.c604 struct txp_hostvar *hv = sc->sc_hostvar;
778 struct txp_hostvar *hv = sc->sc_hostvar;
953 sc->sc_hostvar = (struct txp_hostvar *)sc->sc_host_dma.dma_vaddr;
968 sc->sc_txhir.r_off = &sc->sc_hostvar->hv_tx_hi_desc_read_idx;
995 sc->sc_txlor.r_off = &sc->sc_hostvar->hv_tx_lo_desc_read_idx;
1009 sc->sc_rxhir.r_roff = &sc->sc_hostvar->hv_rx_hi_read_idx;
1010 sc->sc_rxhir.r_woff = &sc->sc_hostvar->hv_rx_hi_write_idx;
1026 sc->sc_rxlor.r_roff = &sc->sc_hostvar->hv_rx_lo_read_idx;
1027 sc->sc_rxlor.r_woff = &sc->sc_hostvar->hv_rx_lo_write_idx;
1110 sc->sc_hostvar
[all...]
H A Dif_txpreg.h570 struct txp_hostvar *sc_hostvar; member in struct:txp_softc

Completed in 72 milliseconds