Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c91 #define MSI_MSIX 2 macro
93 #define MSI_DEFAULT MSI_MSIX
2847 if (msi == MSI_MSIX && enable_msix(adapter) == 0) in cxgb4vf_pci_probe()
2854 msi == MSI_MSIX ? "MSI-X or MSI" : "MSI", err); in cxgb4vf_pci_probe()
3072 if (msi != MSI_MSIX && msi != MSI_MSI) { in cxgb4vf_module_init()
3074 msi, MSI_MSIX, MSI_MSI); in cxgb4vf_module_init()