Home
last modified time | relevance | path

Searched refs:LM_NON_DEF_USTORM_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.c308 if (activity_flg & LM_NON_DEF_USTORM_ACTIVE) in dbg_sb_dpc()
336 if (total_activ_to_ack & LM_NON_DEF_USTORM_ACTIVE) in dbg_sb_dpc()
H A Dlm_sb.c337 (*activity_flg) |= LM_NON_DEF_USTORM_ACTIVE; in lm_update_fp_hc_indices()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c420 if (activity_flg & LM_NON_DEF_USTORM_ACTIVE) in BnxePollRxRing()
489 if (activity_flg & LM_NON_DEF_USTORM_ACTIVE) in BnxePollRxRingFCOE()
546 if (activity_flg & LM_NON_DEF_USTORM_ACTIVE) in BnxeServiceSbIntr()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h384 #define LM_NON_DEF_USTORM_ACTIVE (1L<<16) macro