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.c502 STAILQ_INIT(&sc->sc_cmd_waiting); in uath_detach()
547 STAILQ_INIT(&sc->sc_cmd_waiting); in uath_alloc_cmd_list()
2355 cmd = STAILQ_FIRST(&sc->sc_cmd_waiting); in uath_intr_rx_callback()
2358 STAILQ_REMOVE_HEAD(&sc->sc_cmd_waiting, next); in uath_intr_rx_callback()
2409 &sc->sc_cmd_waiting : &sc->sc_cmd_inactive, cmd, next); in uath_intr_tx_callback()
/freebsd/sys/dev/otus/
H A Dif_otus.c955 STAILQ_INIT(&sc->sc_cmd_waiting); in otus_alloc_tx_cmd_list()
975 STAILQ_INIT(&sc->sc_cmd_waiting); in otus_free_tx_cmd_list()
1390 while ((cmd = STAILQ_FIRST(&sc->sc_cmd_waiting)) != NULL) { in otus_cmd_handle_response()
1391 STAILQ_REMOVE_HEAD(&sc->sc_cmd_waiting, next_cmd); in otus_cmd_handle_response()
1931 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;