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

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uathvar.h204 uath_cmdhead sc_cmd_waiting; member in struct:uath_softc
H A Dif_uath.c492 STAILQ_INIT(&sc->sc_cmd_waiting);
537 STAILQ_INIT(&sc->sc_cmd_waiting);
2338 cmd = STAILQ_FIRST(&sc->sc_cmd_waiting);
2341 STAILQ_REMOVE_HEAD(&sc->sc_cmd_waiting, next);
2378 &sc->sc_cmd_waiting : &sc->sc_cmd_inactive, cmd, next);
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c997 STAILQ_INIT(&sc->sc_cmd_waiting);
1017 STAILQ_INIT(&sc->sc_cmd_waiting);
1461 while ((cmd = STAILQ_FIRST(&sc->sc_cmd_waiting)) != NULL) {
1462 STAILQ_REMOVE_HEAD(&sc->sc_cmd_waiting, next_cmd);
1897 STAILQ_INSERT_TAIL(&sc->sc_cmd_waiting, cmd, next_cmd);
H A Dif_otusreg.h1065 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_waiting; member in struct:otus_softc

Completed in 108 milliseconds