Searched refs:cmdq_exec (Results 1 – 4 of 4) sorted by relevance
226 uint8_t cmdq_exec; member
293 uint8_t cmdq_exec; member
903 for (i = sc->cmdq_exec; sc->cmdq[i].func && pending; in mtw_cmdq_cb()904 i = sc->cmdq_exec, pending--) { in mtw_cmdq_cb()919 sc->cmdq_exec++; in mtw_cmdq_cb()920 sc->cmdq_exec &= MTW_CMDQ_MASQ; in mtw_cmdq_cb()
1150 for (i = sc->cmdq_exec; sc->cmdq[i].func && pending; in run_cmdq_cb()1151 i = sc->cmdq_exec, pending--) { in run_cmdq_cb()1166 sc->cmdq_exec++; in run_cmdq_cb()1167 sc->cmdq_exec &= RUN_CMDQ_MASQ; in run_cmdq_cb()