Searched refs:sc_epq (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/usb/wlan/ |
H A D | if_mtw.c | 716 mtw_unsetup_tx_list(sc, &sc->sc_epq[i]); in mtw_detach() 2681 struct mtw_endpoint_queue *pq = &sc->sc_epq[index]; in mtw_bulk_tx_callbackN() 3099 if (sc->sc_epq[qid].tx_nfree < 3) { in mtw_tx() 3104 data = STAILQ_FIRST(&sc->sc_epq[qid].tx_fh); in mtw_tx() 3105 STAILQ_REMOVE_HEAD(&sc->sc_epq[qid].tx_fh, next); in mtw_tx() 3106 sc->sc_epq[qid].tx_nfree--; in mtw_tx() 3171 STAILQ_INSERT_TAIL(&sc->sc_epq[qid].tx_qh, data, next); in mtw_tx() 3215 if (sc->sc_epq[0].tx_nfree == 0) in mtw_tx_mgt() 3218 data = STAILQ_FIRST(&sc->sc_epq[0].tx_fh); in mtw_tx_mgt() 3219 STAILQ_REMOVE_HEAD(&sc->sc_epq[0].tx_fh, next); in mtw_tx_mgt() [all …]
|
H A D | if_run.c | 963 run_unsetup_tx_list(sc, &sc->sc_epq[i]); in run_detach() 3182 struct run_endpoint_queue *pq = &sc->sc_epq[index]; in run_bulk_tx_callbackN() 3497 if (sc->sc_epq[qid].tx_nfree < 3) { in run_tx() 3502 data = STAILQ_FIRST(&sc->sc_epq[qid].tx_fh); in run_tx() 3503 STAILQ_REMOVE_HEAD(&sc->sc_epq[qid].tx_fh, next); in run_tx() 3504 sc->sc_epq[qid].tx_nfree--; in run_tx() 3569 STAILQ_INSERT_TAIL(&sc->sc_epq[qid].tx_qh, data, next); in run_tx() 3610 if (sc->sc_epq[0].tx_nfree == 0) in run_tx_mgt() 3613 data = STAILQ_FIRST(&sc->sc_epq[0].tx_fh); in run_tx_mgt() 3614 STAILQ_REMOVE_HEAD(&sc->sc_epq[0].tx_fh, next); in run_tx_mgt() [all …]
|
H A D | if_runvar.h | 213 struct run_endpoint_queue sc_epq[RUN_EP_QUEUES]; member
|
H A D | if_mtwvar.h | 323 struct mtw_endpoint_queue sc_epq[MTW_BULK_RX]; member
|