Lines Matching refs:USING_MSIX
718 if (adapter->flags & USING_MSIX) in adapter_up()
726 BUG_ON((adapter->flags & (USING_MSIX|USING_MSI)) == 0); in adapter_up()
727 if (adapter->flags & USING_MSIX) in adapter_up()
757 if (adapter->flags & USING_MSIX) in adapter_down()
1207 if (adapter->flags & USING_MSIX) { in cxgb4vf_poll_controller()
2423 BUG_ON((adapter->flags & (USING_MSIX|USING_MSI)) == 0); in cfg_queues()
2848 adapter->flags |= USING_MSIX; in cxgb4vf_pci_probe()
2874 (adapter->flags & USING_MSIX) ? "MSI-X" : in cxgb4vf_pci_probe()
2949 if (adapter->flags & USING_MSIX) { in cxgb4vf_pci_remove()
2951 adapter->flags &= ~USING_MSIX; in cxgb4vf_pci_remove()
3019 if (adapter->flags & USING_MSIX) { in cxgb4vf_pci_shutdown()
3021 adapter->flags &= ~USING_MSIX; in cxgb4vf_pci_shutdown()