Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_uathvar.h203 uath_cmdhead sc_cmd_waiting; member
H A Dif_uath.c504 STAILQ_INIT(&sc->sc_cmd_waiting); in uath_detach()
549 STAILQ_INIT(&sc->sc_cmd_waiting); in uath_alloc_cmd_list()
2359 cmd = STAILQ_FIRST(&sc->sc_cmd_waiting); in uath_intr_rx_callback()
2362 STAILQ_REMOVE_HEAD(&sc->sc_cmd_waiting, next); in uath_intr_rx_callback()
2413 &sc->sc_cmd_waiting : &sc->sc_cmd_inactive, cmd, next); in uath_intr_tx_callback()
/freebsd/sys/dev/otus/
H A Dif_otus.c963 STAILQ_INIT(&sc->sc_cmd_waiting); in otus_alloc_tx_cmd_list()
983 STAILQ_INIT(&sc->sc_cmd_waiting); in otus_free_tx_cmd_list()
1398 while ((cmd = STAILQ_FIRST(&sc->sc_cmd_waiting)) != NULL) { in otus_cmd_handle_response()
1399 STAILQ_REMOVE_HEAD(&sc->sc_cmd_waiting, next_cmd); in otus_cmd_handle_response()
1939 STAILQ_INSERT_TAIL(&sc->sc_cmd_waiting, cmd, next_cmd); in otus_txcmdeof()
H A Dif_otusreg.h1076 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_waiting;