Lines Matching refs:USING_MSI
404 if (adapter->flags & USING_MSI) in enable_rx()
548 if (adapter->flags & USING_MSI) { in setup_sge_queues()
726 BUG_ON((adapter->flags & (USING_MSIX|USING_MSI)) == 0); in adapter_up()
1832 ((adapter->flags & USING_MSI) != 0); in sge_queue_entries()
1978 ((adapter->flags & USING_MSI) != 0); in sge_qstats_entries()
2422 BUG_ON((adapter->flags & (USING_MSIX|USING_MSI)) == 0); in cfg_queues()
2856 adapter->flags |= USING_MSI; in cxgb4vf_pci_probe()
2874 (adapter->flags & USING_MSI) ? "MSI" : ""); in cxgb4vf_pci_probe()
2951 } else if (adapter->flags & USING_MSI) { in cxgb4vf_pci_remove()
2953 adapter->flags &= ~USING_MSI; in cxgb4vf_pci_remove()
3021 } else if (adapter->flags & USING_MSI) { in cxgb4vf_pci_shutdown()
3023 adapter->flags &= ~USING_MSI; in cxgb4vf_pci_shutdown()