Home
last modified time | relevance | path

Searched refs:CXGB4VF_USING_MSI (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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()
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...]
H A Dadapter.h410 CXGB4VF_USING_MSI = (1UL << 1), enumerator
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 17 milliseconds