Lines Matching defs:sc_txq
69 gmac_hwqueue_t *sc_txq[6];
399 if (!gmc_txqueue(sc, sc->sc_txq[0], m)) {
467 if (sc->sc_txq[0] == NULL) {
475 for (i = 0; i < __arraycount(sc->sc_txq); i++) {
476 sc->sc_txq[i] = gmac_hwqueue_create(hqm, sc->sc_iot,
479 if (sc->sc_txq[i] == NULL) {
484 sc->sc_txq[i]->hwq_ifp = ifp;
489 if (sc->sc_txq[i]->hwq_qoff < hwq->hwq_qoff)
496 sc->sc_txq[i], hwq_link);
498 SLIST_INSERT_AFTER(last_hwq, sc->sc_txq[i],
651 for (int i = 0; status && i < __arraycount(sc->sc_txq); i++) {
653 gmac_hwqueue_sync(sc->sc_txq[i]);