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

/freebsd-10.0-release/sys/dev/txp/
H A Dif_txp.c823 hv = sc->sc_hostvar;
1001 hv = sc->sc_hostvar;
1346 sc->sc_hostvar = sc->sc_ldata.txp_hostvar;
1367 sc->sc_txhir.r_off = &sc->sc_hostvar->hv_tx_hi_desc_read_idx;
1388 sc->sc_txlor.r_off = &sc->sc_hostvar->hv_tx_lo_desc_read_idx;
1408 sc->sc_rxhir.r_roff = &sc->sc_hostvar->hv_rx_hi_read_idx;
1409 sc->sc_rxhir.r_woff = &sc->sc_hostvar->hv_rx_hi_write_idx;
1429 sc->sc_rxlor.r_roff = &sc->sc_hostvar->hv_rx_lo_read_idx;
1430 sc->sc_rxlor.r_woff = &sc->sc_hostvar->hv_rx_lo_write_idx;
1822 sc->sc_hostvar
[all...]
H A Dif_txpreg.h660 struct txp_hostvar *sc_hostvar; member in struct:txp_softc

Completed in 167 milliseconds