Home
last modified time | relevance | path

Searched refs:sc_cmd_active (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/usb/wlan/
H A Dif_uathvar.h200 uath_cmdhead sc_cmd_active; member
H A Dif_uath.c502 STAILQ_INIT(&sc->sc_cmd_active); in uath_detach()
547 STAILQ_INIT(&sc->sc_cmd_active); in uath_alloc_cmd_list()
2408 cmd = STAILQ_FIRST(&sc->sc_cmd_active); in uath_intr_tx_callback()
2410 STAILQ_REMOVE_HEAD(&sc->sc_cmd_active, next); in uath_intr_tx_callback()
2433 &sc->sc_cmd_inactive : &sc->sc_cmd_active, cmd, next); in uath_intr_tx_callback()
/src/sys/dev/otus/
H A Dif_otus.c960 STAILQ_INIT(&sc->sc_cmd_active); in otus_alloc_tx_cmd_list()
980 STAILQ_INIT(&sc->sc_cmd_active); in otus_free_tx_cmd_list()
2034 cmd = STAILQ_FIRST(&sc->sc_cmd_active); in otus_bulk_cmd_callback()
2039 STAILQ_REMOVE_HEAD(&sc->sc_cmd_active, next_cmd); in otus_bulk_cmd_callback()
2051 STAILQ_INSERT_TAIL(&sc->sc_cmd_active, cmd, next_cmd); in otus_bulk_cmd_callback()
2058 cmd = STAILQ_FIRST(&sc->sc_cmd_active); in otus_bulk_cmd_callback()
2060 STAILQ_REMOVE_HEAD(&sc->sc_cmd_active, next_cmd); in otus_bulk_cmd_callback()
H A Dif_otusreg.h1073 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_active;