Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_misc.c239 val |= PCICFG_INT_ACK_CMD_MASK_INT; in lm_disable_int()
246 val = PCICFG_INT_ACK_CMD_MASK_INT | (sb_idx << 24); in lm_disable_int()
275 val &= ~PCICFG_INT_ACK_CMD_MASK_INT; in lm_enable_int()
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxint.c214 PCICFG_INT_ACK_CMD_MASK_INT)); in bnx_intr_1lvl()
/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/
H A D5706_reg.h1292 #define PCICFG_INT_ACK_CMD_MASK_INT (1UL<<18) macro