Searched refs:sc_cmd_inactive (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/usb/wlan/ |
H A D | if_uathvar.h | 201 uath_cmdhead sc_cmd_inactive; member
|
H A D | if_uath.c | 503 STAILQ_INIT(&sc->sc_cmd_inactive); in uath_detach() 548 STAILQ_INIT(&sc->sc_cmd_inactive); in uath_alloc_cmd_list() 557 STAILQ_INSERT_TAIL(&sc->sc_cmd_inactive, cmd, next); in uath_alloc_cmd_list() 767 uc = STAILQ_FIRST(&sc->sc_cmd_inactive); in uath_get_cmdbuf() 769 STAILQ_REMOVE_HEAD(&sc->sc_cmd_inactive, next); in uath_get_cmdbuf() 2360 STAILQ_INSERT_TAIL(&sc->sc_cmd_inactive, cmd, next); in uath_intr_rx_callback() 2409 &sc->sc_cmd_waiting : &sc->sc_cmd_inactive, cmd, next); in uath_intr_tx_callback() 2429 &sc->sc_cmd_inactive : &sc->sc_cmd_active, cmd, next); in uath_intr_tx_callback()
|
/freebsd/sys/dev/otus/ |
H A D | if_otus.c | 953 STAILQ_INIT(&sc->sc_cmd_inactive); in otus_alloc_tx_cmd_list() 958 STAILQ_INSERT_HEAD(&sc->sc_cmd_inactive, &sc->sc_cmd[i], in otus_alloc_tx_cmd_list() 973 STAILQ_INIT(&sc->sc_cmd_inactive); in otus_free_tx_cmd_list() 1132 bf = STAILQ_FIRST(&sc->sc_cmd_inactive); in _otus_get_txcmd() 1134 STAILQ_REMOVE_HEAD(&sc->sc_cmd_inactive, next_cmd); in _otus_get_txcmd() 1160 STAILQ_INSERT_TAIL(&sc->sc_cmd_inactive, bf, next_cmd); in otus_free_txcmd() 1415 STAILQ_INSERT_TAIL(&sc->sc_cmd_inactive, cmd, next_cmd); in otus_cmd_handle_response()
|
H A D | if_otusreg.h | 1074 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_inactive;
|