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()
2422 BUG_ON((adapter->flags & (USING_MSIX|USING_MSI)) == 0); in cfg_queues()
2847 adapter->flags |= USING_MSIX; in cxgb4vf_pci_probe()
2873 (adapter->flags & USING_MSIX) ? "MSI-X" : in cxgb4vf_pci_probe()
2948 if (adapter->flags & USING_MSIX) { in cxgb4vf_pci_remove()
2950 adapter->flags &= ~USING_MSIX; in cxgb4vf_pci_remove()
3018 if (adapter->flags & USING_MSIX) { in cxgb4vf_pci_shutdown()
3020 adapter->flags &= ~USING_MSIX; in cxgb4vf_pci_shutdown()