Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c779 if (adapter->flags & CXGB4VF_USING_MSIX) in adapter_up()
789 (CXGB4VF_USING_MSIX | CXGB4VF_USING_MSI)) == 0); in adapter_up()
790 if (adapter->flags & CXGB4VF_USING_MSIX) in adapter_up()
821 if (adapter->flags & CXGB4VF_USING_MSIX) in adapter_down()
1237 if (adapter->flags & CXGB4VF_USING_MSIX) { in cxgb4vf_poll_controller()
2743 (CXGB4VF_USING_MSIX | CXGB4VF_USING_MSI)) == 0); in cfg_queues()
3194 adapter->flags |= CXGB4VF_USING_MSIX; in cxgb4vf_pci_probe()
3269 (adapter->flags & CXGB4VF_USING_MSIX) ? "MSI-X" : in cxgb4vf_pci_probe()
3283 if (adapter->flags & CXGB4VF_USING_MSIX) { in cxgb4vf_pci_probe()
3285 adapter->flags &= ~CXGB4VF_USING_MSIX; in cxgb4vf_pci_probe()
[all …]
Dadapter.h411 CXGB4VF_USING_MSIX = (1UL << 2), enumerator
Dsge.c2048 (CXGB4VF_USING_MSIX | CXGB4VF_USING_MSI)) == 0); in t4vf_intr_handler()
2049 if (adapter->flags & CXGB4VF_USING_MSIX) in t4vf_intr_handler()