HomeSort by: relevance | last modified time | path
    Searched refs:sc_hostvar (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_txp.c 627 struct txp_hostvar *hv = sc->sc_hostvar;
829 struct txp_hostvar *hv = sc->sc_hostvar;
1007 sc->sc_hostvar = (struct txp_hostvar *)sc->sc_host_dma.dma_vaddr;
1026 sc->sc_txhir.r_off = &sc->sc_hostvar->hv_tx_hi_desc_read_idx;
1057 sc->sc_txlor.r_off = &sc->sc_hostvar->hv_tx_lo_desc_read_idx;
1074 sc->sc_rxhir.r_roff = &sc->sc_hostvar->hv_rx_hi_read_idx;
1075 sc->sc_rxhir.r_woff = &sc->sc_hostvar->hv_rx_hi_write_idx;
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;
1178 sc->sc_hostvar->hv_rx_buf_write_idx = htole32((RXBUF_ENTRIES - 1)
    [all...]
if_txpreg.h 573 struct txp_hostvar *sc_hostvar; member in struct:txp_softc

Completed in 13 milliseconds