Home
last modified time | relevance | path

Searched refs:LM_DEF_CSTORM_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dl2_dbg.c235 if (activity_flg & LM_DEF_CSTORM_ACTIVE) in dbg_def_sb_dpc()
257 if (total_activ_to_ack & LM_DEF_CSTORM_ACTIVE) in dbg_def_sb_dpc()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c345 if (activity_flg & LM_DEF_CSTORM_ACTIVE) in BnxeServiceDefSbIntr()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h375 #define LM_SP_ACTIVE (LM_DEF_USTORM_ACTIVE | LM_DEF_CSTORM_ACTIVE | LM_DEF_XSTOR…
378 #define LM_DEF_CSTORM_ACTIVE (1L<<2) macro