Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_reg.h48 #define MLXCX_ISS_INITIALIZING(x) (((x) >> 31) & 0x1) macro
H A Dmlxcx_cmd.c615 if (MLXCX_ISS_INITIALIZING(init) == 0) in mlxcx_cmd_queue_init()