Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_uathvar.h202 uath_cmdhead sc_cmd_pending; member
H A Dif_uath.c496 STAILQ_INIT(&sc->sc_cmd_pending); in uath_detach()
541 STAILQ_INIT(&sc->sc_cmd_pending); in uath_alloc_cmd_list()
713 STAILQ_INSERT_TAIL(&sc->sc_cmd_pending, cmd, next); in uath_cmdsend()
2412 cmd = STAILQ_FIRST(&sc->sc_cmd_pending); in uath_intr_tx_callback()
2418 STAILQ_REMOVE_HEAD(&sc->sc_cmd_pending, next); in uath_intr_tx_callback()
/freebsd/sys/dev/otus/
H A Dif_otus.c954 STAILQ_INIT(&sc->sc_cmd_pending); in otus_alloc_tx_cmd_list()
974 STAILQ_INIT(&sc->sc_cmd_pending); in otus_free_tx_cmd_list()
1274 STAILQ_INSERT_TAIL(&sc->sc_cmd_pending, cmd, next_cmd); in otus_cmd()
2036 cmd = STAILQ_FIRST(&sc->sc_cmd_pending); in otus_bulk_cmd_callback()
2042 STAILQ_REMOVE_HEAD(&sc->sc_cmd_pending, next_cmd); in otus_bulk_cmd_callback()
H A Dif_otusreg.h1075 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_pending;