Searched refs:sc_cmd_pending (Results 1 – 4 of 4) sorted by relevance
202 uath_cmdhead sc_cmd_pending; member
496 STAILQ_INIT(&sc->sc_cmd_pending); in uath_detach()541 STAILQ_INIT(&sc->sc_cmd_pending); in uath_alloc_cmd_list()713 STAILQ_INSERT_TAIL(&sc->sc_cmd_pending, cmd, next); in uath_cmdsend()2412 cmd = STAILQ_FIRST(&sc->sc_cmd_pending); in uath_intr_tx_callback()2418 STAILQ_REMOVE_HEAD(&sc->sc_cmd_pending, next); in uath_intr_tx_callback()
954 STAILQ_INIT(&sc->sc_cmd_pending); in otus_alloc_tx_cmd_list()974 STAILQ_INIT(&sc->sc_cmd_pending); in otus_free_tx_cmd_list()1274 STAILQ_INSERT_TAIL(&sc->sc_cmd_pending, cmd, next_cmd); in otus_cmd()2036 cmd = STAILQ_FIRST(&sc->sc_cmd_pending); in otus_bulk_cmd_callback()2042 STAILQ_REMOVE_HEAD(&sc->sc_cmd_pending, next_cmd); in otus_bulk_cmd_callback()
1075 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_pending;