Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/txp/
H A Dif_txp.c626 if ((*sc->sc_rxlor.r_roff) != (*sc->sc_rxlor.r_woff)) in txp_intr()
627 txp_rx_reclaim(sc, &sc->sc_rxlor); in txp_intr()
920 sc->sc_rxlor.r_desc = (struct txp_rx_desc *)&ld->txp_rxloring; in txp_alloc_rings()
921 sc->sc_rxlor.r_roff = &sc->sc_hostvar->hv_rx_lo_read_idx; in txp_alloc_rings()
922 sc->sc_rxlor.r_woff = &sc->sc_hostvar->hv_rx_lo_write_idx; in txp_alloc_rings()
H A Dif_txpreg.h610 struct txp_rx_ring sc_rxhir, sc_rxlor; member