Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/broadcom/
Dbnx2.c3426 if (!(msi_ctrl & BNX2_PCICFG_MSI_CONTROL_ENABLE)) in bnx2_chk_missed_msi()
3431 ~BNX2_PCICFG_MSI_CONTROL_ENABLE); in bnx2_chk_missed_msi()
Dbnx2.h387 #define BNX2_PCICFG_MSI_CONTROL_ENABLE (1L<<16) macro