Searched refs:sc_cmd_pending (Results 1 – 4 of 4) sorted by relevance
202 uath_cmdhead sc_cmd_pending; member
503 STAILQ_INIT(&sc->sc_cmd_pending); in uath_detach()548 STAILQ_INIT(&sc->sc_cmd_pending); in uath_alloc_cmd_list()720 STAILQ_INSERT_TAIL(&sc->sc_cmd_pending, cmd, next); in uath_cmdsend()2424 cmd = STAILQ_FIRST(&sc->sc_cmd_pending); in uath_intr_tx_callback()2430 STAILQ_REMOVE_HEAD(&sc->sc_cmd_pending, next); in uath_intr_tx_callback()
962 STAILQ_INIT(&sc->sc_cmd_pending); in otus_alloc_tx_cmd_list()982 STAILQ_INIT(&sc->sc_cmd_pending); in otus_free_tx_cmd_list()1282 STAILQ_INSERT_TAIL(&sc->sc_cmd_pending, cmd, next_cmd); in otus_cmd()2044 cmd = STAILQ_FIRST(&sc->sc_cmd_pending); in otus_bulk_cmd_callback()2050 STAILQ_REMOVE_HEAD(&sc->sc_cmd_pending, next_cmd); in otus_bulk_cmd_callback()
1075 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_pending;