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

/freebsd-10.0-release/sys/dev/txp/
H A Dif_txp.c854 if (sc->sc_txlor.r_cnt && (sc->sc_txlor.r_cons !=
855 TXP_OFFSET2IDX(le32toh(*(sc->sc_txlor.r_off)))))
856 txp_tx_reclaim(sc, &sc->sc_txlor);
1383 sc->sc_txlor.r_tag = sc->sc_cdata.txp_txloring_tag;
1384 sc->sc_txlor.r_map = sc->sc_cdata.txp_txloring_map;
1385 sc->sc_txlor.r_reg = TXP_H2A_3;
1386 sc->sc_txlor.r_desc = sc->sc_ldata.txp_txloring;
1387 sc->sc_txlor.r_cons = sc->sc_txlor
[all...]
H A Dif_txpreg.h677 struct txp_tx_ring sc_txhir, sc_txlor; member in struct:txp_softc

Completed in 186 milliseconds