Home
last modified time | relevance | path

Searched refs:msi_ctrl (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/pci/hotplug/
Dshpchp.h207 volatile u8 msi_ctrl; member
224 MSI_CTRL = offsetof(struct ctrl_reg, msi_ctrl),
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dbnx2.c3383 u32 msi_ctrl; in bnx2_chk_missed_msi() local
3386 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()