Searched refs:qlcnic_use_msi_x (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_vnic.c133 ahw->msix_supported = qlcnic_use_msi_x ? 1 : 0;
152 adapter->ahw->msix_supported = !!qlcnic_use_msi_x;
173 adapter->ahw->msix_supported = !!qlcnic_use_msi_x;
H A Dqlcnic_main.c41 int qlcnic_use_msi_x = 1; variable
43 module_param_named(use_msi_x, qlcnic_use_msi_x, int, 0444);
837 if (qlcnic_use_msi || qlcnic_use_msi_x)
1275 adapter->ahw->msix_supported = !!qlcnic_use_msi_x;
2594 if (qlcnic_83xx_check(adapter) && !qlcnic_use_msi_x &&
H A Dqlcnic_83xx_init.c2350 adapter->ahw->msix_supported = !!qlcnic_use_msi_x;
2441 ahw->msix_supported = !!qlcnic_use_msi_x;
H A Dqlcnic.h335 extern int qlcnic_use_msi_x;
H A Dqlcnic_sriov_common.c537 if (!qlcnic_use_msi_x && !!qlcnic_use_msi)

Completed in 157 milliseconds