Home
last modified time | relevance | path

Searched refs:cmdq_exec (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/dev/usb/wlan/
H A Dif_runvar.h226 uint8_t cmdq_exec; member
H A Dif_run.c1151 for (i = sc->cmdq_exec; sc->cmdq[i].func && pending; in run_cmdq_cb()
1152 i = sc->cmdq_exec, pending--) { in run_cmdq_cb()
1153 RUN_DPRINTF(sc, RUN_DEBUG_CMD, "cmdq_exec=%d pending=%d\n", in run_cmdq_cb()
1167 sc->cmdq_exec++; in run_cmdq_cb()
1168 sc->cmdq_exec &= RUN_CMDQ_MASQ; in run_cmdq_cb()