Lines Matching refs:sc_epq
964 run_unsetup_tx_list(sc, &sc->sc_epq[i]); in run_detach()
3183 struct run_endpoint_queue *pq = &sc->sc_epq[index]; in run_bulk_tx_callbackN()
3498 if (sc->sc_epq[qid].tx_nfree < 3) { in run_tx()
3503 data = STAILQ_FIRST(&sc->sc_epq[qid].tx_fh); in run_tx()
3504 STAILQ_REMOVE_HEAD(&sc->sc_epq[qid].tx_fh, next); in run_tx()
3505 sc->sc_epq[qid].tx_nfree--; in run_tx()
3570 STAILQ_INSERT_TAIL(&sc->sc_epq[qid].tx_qh, data, next); in run_tx()
3611 if (sc->sc_epq[0].tx_nfree == 0) in run_tx_mgt()
3614 data = STAILQ_FIRST(&sc->sc_epq[0].tx_fh); in run_tx_mgt()
3615 STAILQ_REMOVE_HEAD(&sc->sc_epq[0].tx_fh, next); in run_tx_mgt()
3616 sc->sc_epq[0].tx_nfree--; in run_tx_mgt()
3636 STAILQ_INSERT_TAIL(&sc->sc_epq[0].tx_qh, data, next); in run_tx_mgt()
3660 if (sc->sc_epq[0].tx_nfree == 0) in run_sendprot()
3677 data = STAILQ_FIRST(&sc->sc_epq[0].tx_fh); in run_sendprot()
3678 STAILQ_REMOVE_HEAD(&sc->sc_epq[0].tx_fh, next); in run_sendprot()
3679 sc->sc_epq[0].tx_nfree--; in run_sendprot()
3703 STAILQ_INSERT_TAIL(&sc->sc_epq[0].tx_qh, data, next); in run_sendprot()
3748 if (sc->sc_epq[0].tx_nfree == 0) { in run_tx_param()
3754 data = STAILQ_FIRST(&sc->sc_epq[0].tx_fh); in run_tx_param()
3755 STAILQ_REMOVE_HEAD(&sc->sc_epq[0].tx_fh, next); in run_tx_param()
3756 sc->sc_epq[0].tx_nfree--; in run_tx_param()
3779 STAILQ_INSERT_TAIL(&sc->sc_epq[0].tx_qh, data, next); in run_tx_param()
6125 run_setup_tx_list(sc, &sc->sc_epq[i]); in run_init_locked()
6397 run_unsetup_tx_list(sc, &sc->sc_epq[i]); in run_stop()