Searched refs:wait_entry (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm_notif_wait.c127 struct iwm_notification_wait *wait_entry; local
130 STAILQ_FOREACH(wait_entry, &notif_data->list, entry) {
140 if (wait_entry->triggered || wait_entry->aborted)
143 for (i = 0; i < wait_entry->n_cmds; i++) {
144 if (cmd == wait_entry->cmds[i]) {
152 if (!wait_entry->fn ||
153 wait_entry->fn(notif_data->sc, pkt, wait_entry->fn_data)) {
154 wait_entry
164 struct iwm_notification_wait *wait_entry; local
175 iwm_init_notification_wait(struct iwm_notif_wait_data *notif_data, struct iwm_notification_wait *wait_entry, const uint16_t *cmds, int n_cmds, int (*fn)(struct iwm_softc *sc, struct iwm_rx_packet *pkt, void *data), void *fn_data) argument
195 iwm_wait_notification(struct iwm_notif_wait_data *notif_data, struct iwm_notification_wait *wait_entry, int timeout) argument
213 iwm_remove_notification(struct iwm_notif_wait_data *notif_data, struct iwm_notification_wait *wait_entry) argument
[all...]
H A Dif_iwm_notif_wait.h128 struct iwm_notification_wait *wait_entry,
134 struct iwm_notification_wait *wait_entry, int timeout);
136 struct iwm_notification_wait *wait_entry);
/freebsd-12-stable/sys/dev/usb/
H A Dusb_core.h135 TAILQ_ENTRY(usb_xfer) wait_entry; /* used at various places */ member in struct:usb_xfer
H A Dusb_debug.c163 TAILQ_FOREACH(xfer, &ep->endpoint_q[x].head, wait_entry)
H A Dusb_transfer.c2585 TAILQ_REMOVE(&pq->head, xfer, wait_entry);
2607 TAILQ_INSERT_TAIL(&pq->head, xfer, wait_entry);
3162 wait_entry);
H A Dusb_hub.c2121 TAILQ_FOREACH(xfer, &bus->intr_q.head, wait_entry) {
2162 wait_entry) {
/freebsd-12-stable/sys/dev/usb/controller/
H A Ddwc_otg.c2524 TAILQ_FOREACH_SAFE(xfer, &sc->sc_bus.intr_q.head, wait_entry, xfer_next) {
2551 TAILQ_REMOVE(&sc->sc_bus.intr_q.head, xfer, wait_entry);
2552 TAILQ_INSERT_TAIL(&head, xfer, wait_entry);
2555 TAILQ_FOREACH_SAFE(xfer, &sc->sc_bus.intr_q.head, wait_entry, xfer_next) {
2572 TAILQ_REMOVE(&sc->sc_bus.intr_q.head, xfer, wait_entry);
2573 TAILQ_INSERT_TAIL(&head, xfer, wait_entry);
2576 TAILQ_FOREACH_SAFE(xfer, &sc->sc_bus.intr_q.head, wait_entry, xfer_next) {
2599 TAILQ_REMOVE(&sc->sc_bus.intr_q.head, xfer, wait_entry);
2600 TAILQ_INSERT_TAIL(&head, xfer, wait_entry);
2603 TAILQ_FOREACH_SAFE(xfer, &sc->sc_bus.intr_q.head, wait_entry, xfer_nex
[all...]
H A Dsaf1761_otg.c1514 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry)
1582 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
3633 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
3689 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
H A Dohci.c1096 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
2607 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
2645 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
H A Duhci.c1411 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
3092 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
3134 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
H A Duss820dci.c717 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry)
726 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
H A Datmegadci.c624 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
H A Davr32dci.c610 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
H A Dehci.c1418 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
3816 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
3850 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
H A Dxhci.c3975 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
4038 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
H A Dmusb_otg.c2202 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
/freebsd-12-stable/sys/mips/cavium/usb/
H A Doctusb.c819 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {

Completed in 260 milliseconds