Searched refs:CXGB4VF_USING_MSI (Results 1 – 3 of 3) sorted by relevance
463 if (adapter->flags & CXGB4VF_USING_MSI) in enable_rx()607 if (adapter->flags & CXGB4VF_USING_MSI) { in setup_sge_queues()787 (CXGB4VF_USING_MSIX | CXGB4VF_USING_MSI)) == 0); in adapter_up()2133 ((adapter->flags & CXGB4VF_USING_MSI) != 0); in sge_queue_entries()2262 ((adapter->flags & CXGB4VF_USING_MSI) != 0); in sge_qstats_entries()2672 (CXGB4VF_USING_MSIX | CXGB4VF_USING_MSI)) == 0); in cfg_queues()3168 adapter->flags |= CXGB4VF_USING_MSI; in cxgb4vf_pci_probe()3224 (adapter->flags & CXGB4VF_USING_MSI) ? "MSI" : ""); in cxgb4vf_pci_probe()3240 } else if (adapter->flags & CXGB4VF_USING_MSI) { in cxgb4vf_pci_probe()3242 adapter->flags &= ~CXGB4VF_USING_MSI; in cxgb4vf_pci_probe()[all …]
410 CXGB4VF_USING_MSI = (1UL << 1), enumerator
2048 (CXGB4VF_USING_MSIX | CXGB4VF_USING_MSI)) == 0); in t4vf_intr_handler()2222 if ((adapter->flags & CXGB4VF_USING_MSI) && in t4vf_sge_alloc_rxq()