Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_misc.c325 while (ss->nx_busop_flags & NX_FL_BUSOP_INPROG) in eibnx_busop_inprog_enter()
328 ss->nx_busop_flags |= NX_FL_BUSOP_INPROG; in eibnx_busop_inprog_enter()
338 ss->nx_busop_flags &= (~NX_FL_BUSOP_INPROG); in eibnx_busop_inprog_exit()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h383 #define NX_FL_BUSOP_INPROG 0x1 macro