Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h355 #define ITASK_CMD_POLL 0x10 macro
356 #define ITASK_CMD_POLL_LU (ITASK_CMD_POLL | 1)
357 #define ITASK_CMD_POLL_LPORT (ITASK_CMD_POLL | 2)
H A Dstmf.c6701 } else if ((curcmd & ITASK_CMD_POLL) && in stmf_worker_task()