Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
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()
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 …]
Dadapter.h410 CXGB4VF_USING_MSI = (1UL << 1), enumerator
Dsge.c2048 (CXGB4VF_USING_MSIX | CXGB4VF_USING_MSI)) == 0); in t4vf_intr_handler()
2222 if ((adapter->flags & CXGB4VF_USING_MSI) && in t4vf_sge_alloc_rxq()