Home
last modified time | relevance | path

Searched refs:LM_NON_DEF_CSTORM_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dl2_dbg.c317 if (activity_flg & LM_NON_DEF_CSTORM_ACTIVE) in dbg_sb_dpc()
339 if (total_activ_to_ack & LM_NON_DEF_CSTORM_ACTIVE) in dbg_sb_dpc()
H A Dlm_sb.c327 (*activity_flg) |= LM_NON_DEF_CSTORM_ACTIVE; in lm_update_fp_hc_indices()
339 (*activity_flg) |= LM_NON_DEF_CSTORM_ACTIVE; in lm_update_fp_hc_indices()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c431 if (activity_flg & LM_NON_DEF_CSTORM_ACTIVE) in BnxePollRxRing()
562 if (activity_flg & LM_NON_DEF_CSTORM_ACTIVE) in BnxeServiceSbIntr()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h385 #define LM_NON_DEF_CSTORM_ACTIVE (1L<<17) macro