Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_misc.c321 while (ss->nx_busop_flags & NX_FL_BUSOP_INPROG) in eibnx_busop_inprog_enter()
324 ss->nx_busop_flags |= NX_FL_BUSOP_INPROG; in eibnx_busop_inprog_enter()
334 ss->nx_busop_flags &= (~NX_FL_BUSOP_INPROG); in eibnx_busop_inprog_exit()
/titanic_41/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h379 #define NX_FL_BUSOP_INPROG 0x1 macro