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

  /src/sys/dev/pci/
if_mcx.c 2481 int sc_rqt; member in struct:mcx_softc
3063 sc->sc_rqt = -1;
7450 if (mcx_create_rqt(sc, sc->sc_nqueues, rqns, &sc->sc_rqt) != 0)
7468 if (mcx_create_tir_indirect(sc, sc->sc_rqt,
7574 if (sc->sc_rqt != -1) {
7575 mcx_destroy_rqt(sc, sc->sc_rqt);
7576 sc->sc_rqt = -1;
if_mcx.c 2481 int sc_rqt; member in struct:mcx_softc
3063 sc->sc_rqt = -1;
7450 if (mcx_create_rqt(sc, sc->sc_nqueues, rqns, &sc->sc_rqt) != 0)
7468 if (mcx_create_tir_indirect(sc, sc->sc_rqt,
7574 if (sc->sc_rqt != -1) {
7575 mcx_destroy_rqt(sc, sc->sc_rqt);
7576 sc->sc_rqt = -1;

Completed in 101 milliseconds