Home
last modified time | relevance | path

Searched refs:sc_epq (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/bus/u4b/wlan/
H A Dif_run.c870 run_unsetup_tx_list(sc, &sc->sc_epq[i]); in run_detach()
3361 if (sc->sc_epq[qid].tx_nfree < 3) { in run_tx()
3368 sc->sc_epq[qid].tx_nfree--; in run_tx()
3478 if (sc->sc_epq[0].tx_nfree == 0) in run_tx_mgt()
3483 sc->sc_epq[0].tx_nfree--; in run_tx_mgt()
3548 if (sc->sc_epq[0].tx_nfree == 0) in run_sendprot()
3568 sc->sc_epq[0].tx_nfree--; in run_sendprot()
3641 if (sc->sc_epq[0].tx_nfree == 0) { in run_tx_param()
3648 sc->sc_epq[0].tx_nfree--; in run_tx_param()
5976 run_setup_tx_list(sc, &sc->sc_epq[i]); in run_init_locked()
[all …]
H A Dif_runvar.h217 struct run_endpoint_queue sc_epq[RUN_EP_QUEUES]; member