Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dbnx2.c3344 msi_ctrl = REG_RD(bp, BNX2_PCICFG_MSI_CONTROL); in bnx2_chk_missed_msi()
3349 REG_WR(bp, BNX2_PCICFG_MSI_CONTROL, msi_ctrl & in bnx2_chk_missed_msi()
3351 REG_WR(bp, BNX2_PCICFG_MSI_CONTROL, msi_ctrl); in bnx2_chk_missed_msi()
Dbnx2.h385 #define BNX2_PCICFG_MSI_CONTROL 0x00000058 macro