Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/txp/
H A Dif_txp.c624 if ((*sc->sc_rxhir.r_roff) != (*sc->sc_rxhir.r_woff)) in txp_intr()
625 txp_rx_reclaim(sc, &sc->sc_rxhir); in txp_intr()
912 sc->sc_rxhir.r_desc = (struct txp_rx_desc *)&ld->txp_rxhiring; in txp_alloc_rings()
913 sc->sc_rxhir.r_roff = &sc->sc_hostvar->hv_rx_hi_read_idx; in txp_alloc_rings()
914 sc->sc_rxhir.r_woff = &sc->sc_hostvar->hv_rx_hi_write_idx; in txp_alloc_rings()
H A Dif_txpreg.h610 struct txp_rx_ring sc_rxhir, sc_rxlor; member