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.c503 STAILQ_INIT(&sc->sc_cmd_pending); in uath_detach()
548 STAILQ_INIT(&sc->sc_cmd_pending); in uath_alloc_cmd_list()
720 STAILQ_INSERT_TAIL(&sc->sc_cmd_pending, cmd, next); in uath_cmdsend()
2424 cmd = STAILQ_FIRST(&sc->sc_cmd_pending); in uath_intr_tx_callback()
2430 STAILQ_REMOVE_HEAD(&sc->sc_cmd_pending, next); in uath_intr_tx_callback()
/freebsd/sys/dev/otus/
H A Dif_otus.c962 STAILQ_INIT(&sc->sc_cmd_pending); in otus_alloc_tx_cmd_list()
982 STAILQ_INIT(&sc->sc_cmd_pending); in otus_free_tx_cmd_list()
1282 STAILQ_INSERT_TAIL(&sc->sc_cmd_pending, cmd, next_cmd); in otus_cmd()
2044 cmd = STAILQ_FIRST(&sc->sc_cmd_pending); in otus_bulk_cmd_callback()
2050 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;