Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/wlan/
HDif_uathvar.h202 uath_cmdhead sc_cmd_pending; member
HDif_uath.c495 STAILQ_INIT(&sc->sc_cmd_pending); in uath_detach()
540 STAILQ_INIT(&sc->sc_cmd_pending); in uath_alloc_cmd_list()
712 STAILQ_INSERT_TAIL(&sc->sc_cmd_pending, cmd, next); in uath_cmdsend()
2393 cmd = STAILQ_FIRST(&sc->sc_cmd_pending); in uath_intr_tx_callback()
2399 STAILQ_REMOVE_HEAD(&sc->sc_cmd_pending, next); in uath_intr_tx_callback()
/NextBSD/sys/dev/otus/
HDif_otus.c979 STAILQ_INIT(&sc->sc_cmd_pending); in otus_alloc_tx_cmd_list()
999 STAILQ_INIT(&sc->sc_cmd_pending); in otus_free_tx_cmd_list()
1297 STAILQ_INSERT_TAIL(&sc->sc_cmd_pending, cmd, next_cmd); in otus_cmd()
1985 cmd = STAILQ_FIRST(&sc->sc_cmd_pending); in otus_bulk_cmd_callback()
1991 STAILQ_REMOVE_HEAD(&sc->sc_cmd_pending, next_cmd); in otus_bulk_cmd_callback()
HDif_otusreg.h1064 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_pending;