Home
last modified time | relevance | path

Searched refs:CXGB4VF_USING_MSI (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c463 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()
2141 ((adapter->flags & CXGB4VF_USING_MSI) != 0); in sge_queue_entries()
2270 ((adapter->flags & CXGB4VF_USING_MSI) != 0); in sge_qstats_entries()
2680 (CXGB4VF_USING_MSIX | CXGB4VF_USING_MSI)) == 0); in cfg_queues()
3158 adapter->flags |= CXGB4VF_USING_MSI; in cxgb4vf_pci_probe()
3215 (adapter->flags & CXGB4VF_USING_MSI) ? "MSI" : ""); in cxgb4vf_pci_probe()
3231 } else if (adapter->flags & CXGB4VF_USING_MSI) { in cxgb4vf_pci_probe()
3233 adapter->flags &= ~CXGB4VF_USING_MSI; in cxgb4vf_pci_probe()
[all …]
H A Dadapter.h411 CXGB4VF_USING_MSI = (1UL << 1), enumerator
H A Dsge.c2045 (CXGB4VF_USING_MSIX | CXGB4VF_USING_MSI)) == 0); in t4vf_intr_handler()
2219 if ((adapter->flags & CXGB4VF_USING_MSI) && in t4vf_sge_alloc_rxq()