Home
last modified time | relevance | path

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

/src/sys/dev/usb/wlan/
H A Dif_runvar.h226 uint8_t cmdq_exec; member
H A Dif_mtwvar.h293 uint8_t cmdq_exec; member
H A Dif_mtw.c922 for (i = sc->cmdq_exec; sc->cmdq[i].func && pending; in mtw_cmdq_cb()
923 i = sc->cmdq_exec, pending--) { in mtw_cmdq_cb()
938 sc->cmdq_exec++; in mtw_cmdq_cb()
939 sc->cmdq_exec &= MTW_CMDQ_MASQ; in mtw_cmdq_cb()
H A Dif_run.c1152 for (i = sc->cmdq_exec; sc->cmdq[i].func && pending; in run_cmdq_cb()
1153 i = sc->cmdq_exec, pending--) { in run_cmdq_cb()
1168 sc->cmdq_exec++; in run_cmdq_cb()
1169 sc->cmdq_exec &= RUN_CMDQ_MASQ; in run_cmdq_cb()