Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dlm.h152 #define LM_PHY_EVENT_ACTIVE (1UL<<30) macro
H A Dbnx_lm_main.c4312 intr_status |= LM_PHY_EVENT_ACTIVE; in lm_get_interrupt_status()
4317 intr_status |= LM_PHY_EVENT_ACTIVE; in lm_get_interrupt_status()
4328 intr_status |= LM_PHY_EVENT_ACTIVE; in lm_get_interrupt_status()
4332 intr_status |= LM_PHY_EVENT_ACTIVE; in lm_get_interrupt_status()
4355 intr_status |= LM_PHY_EVENT_ACTIVE; in lm_get_interrupt_status()
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxint.c84 if (intrstat & LM_PHY_EVENT_ACTIVE) { in bnx_intr_priv()