Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_attn.c928 if (assertion_proc_flgs & ATTN_NIG_FOR_FUNC) in lm_handle_assertion_processing()
982 if (assertion_proc_flgs & ATTN_NIG_FOR_FUNC) in lm_handle_assertion_processing()
996 while (((val & ATTN_NIG_FOR_FUNC) == 0) && (++cnt < MAX_IGU_ATTN_ACK_TO)); in lm_handle_assertion_processing()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h388 #define ATTN_NIG_FOR_FUNC (1L << 8) macro