Searched refs:sc_rxlor (Results 1 – 2 of 2) sorted by relevance
649 if ((*sc->sc_rxlor.r_roff) != (*sc->sc_rxlor.r_woff)) in txp_intr()650 txp_rx_reclaim(sc, &sc->sc_rxlor, &sc->sc_rxloring_dma); in txp_intr()1092 sc->sc_rxlor.r_desc = in txp_alloc_rings()1094 sc->sc_rxlor.r_roff = &sc->sc_hostvar->hv_rx_lo_read_idx; in txp_alloc_rings()1095 sc->sc_rxlor.r_woff = &sc->sc_hostvar->hv_rx_lo_write_idx; in txp_alloc_rings()
586 struct txp_rx_ring sc_rxhir, sc_rxlor; member