Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c84 #define MSI_MSIX 2 macro
86 #define MSI_DEFAULT MSI_MSIX
3137 if (msi == MSI_MSIX && enable_msix(adapter) == 0) in cxgb4vf_pci_probe()
3140 if (msi == MSI_MSIX) { in cxgb4vf_pci_probe()
3422 if (msi != MSI_MSIX && msi != MSI_MSI) { in cxgb4vf_module_init()
3424 msi, MSI_MSIX, MSI_MSI); in cxgb4vf_module_init()