Searched refs:msi_ctrl (Results 1 – 2 of 2) sorted by relevance
207 volatile u8 msi_ctrl; member224 MSI_CTRL = offsetof(struct ctrl_reg, msi_ctrl),
3383 u32 msi_ctrl; in bnx2_chk_missed_msi() local3386 msi_ctrl = REG_RD(bp, BNX2_PCICFG_MSI_CONTROL); in bnx2_chk_missed_msi()3387 if (!(msi_ctrl & BNX2_PCICFG_MSI_CONTROL_ENABLE)) in bnx2_chk_missed_msi()3391 REG_WR(bp, BNX2_PCICFG_MSI_CONTROL, msi_ctrl & in bnx2_chk_missed_msi()3393 REG_WR(bp, BNX2_PCICFG_MSI_CONTROL, msi_ctrl); in bnx2_chk_missed_msi()