Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_vnic.c133 ahw->msix_supported = qlcnic_use_msi_x ? 1 : 0; in qlcnic_83xx_init_mgmt_vnic()
152 adapter->ahw->msix_supported = !!qlcnic_use_msi_x; in qlcnic_83xx_init_privileged_vnic()
173 adapter->ahw->msix_supported = !!qlcnic_use_msi_x; in qlcnic_83xx_init_non_privileged_vnic()
H A Dqlcnic_83xx_init.c2350 adapter->ahw->msix_supported = !!qlcnic_use_msi_x; in qlcnic_83xx_init_default_driver()
2425 if (!adapter->ahw->msix_supported) { in qlcnic_83xx_init_rings()
2441 ahw->msix_supported = !!qlcnic_use_msi_x; in qlcnic_83xx_init()
H A Dqlcnic_main.c747 if (adapter->ahw->msix_supported) { in qlcnic_enable_msix()
1275 adapter->ahw->msix_supported = !!qlcnic_use_msi_x; in qlcnic_check_options()
2530 if (adapter->ahw->msix_supported) { in qlcnic_probe()
H A Dqlcnic.h485 u8 msix_supported; member
H A Dqlcnic_sriov_common.c629 ahw->msix_supported = 1; in qlcnic_sriov_vf_init()
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c615 if (adapter->msix_supported) { in netxen_setup_msi_interrupts()
894 adapter->msix_supported = 0; in netxen_check_options()
896 adapter->msix_supported = !!use_msi_x; in netxen_check_options()
908 adapter->msix_supported = !!use_msi_x; in netxen_check_options()
H A Dnetxen_nic.h1599 u8 msix_supported; member