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

/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uathvar.h204 uath_cmdhead sc_cmd_waiting; member in struct:uath_softc
H A Dif_uath.c498 STAILQ_INIT(&sc->sc_cmd_waiting);
543 STAILQ_INIT(&sc->sc_cmd_waiting);
2344 cmd = STAILQ_FIRST(&sc->sc_cmd_waiting);
2347 STAILQ_REMOVE_HEAD(&sc->sc_cmd_waiting, next);
2399 &sc->sc_cmd_waiting : &sc->sc_cmd_inactive, cmd, next);
/freebsd-13-stable/sys/dev/otus/
H A Dif_otus.c959 STAILQ_INIT(&sc->sc_cmd_waiting);
979 STAILQ_INIT(&sc->sc_cmd_waiting);
1394 while ((cmd = STAILQ_FIRST(&sc->sc_cmd_waiting)) != NULL) {
1395 STAILQ_REMOVE_HEAD(&sc->sc_cmd_waiting, next_cmd);
1939 STAILQ_INSERT_TAIL(&sc->sc_cmd_waiting, cmd, next_cmd);
H A Dif_otusreg.h1078 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_waiting; member in struct:otus_softc

Completed in 119 milliseconds