Home
last modified time | relevance | path

Searched refs:USING_MSI (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c409 if (adapter->flags & USING_MSI) in enable_rx()
553 if (adapter->flags & USING_MSI) { in setup_sge_queues()
731 BUG_ON((adapter->flags & (USING_MSIX|USING_MSI)) == 0); in adapter_up()
2106 ((adapter->flags & USING_MSI) != 0); in sge_queue_entries()
2252 ((adapter->flags & USING_MSI) != 0); in sge_qstats_entries()
2707 BUG_ON((adapter->flags & (USING_MSIX|USING_MSI)) == 0); in cfg_queues()
3169 adapter->flags |= USING_MSI; in cxgb4vf_pci_probe()
3228 (adapter->flags & USING_MSI) ? "MSI" : ""); in cxgb4vf_pci_probe()
3244 } else if (adapter->flags & USING_MSI) { in cxgb4vf_pci_probe()
3246 adapter->flags &= ~USING_MSI; in cxgb4vf_pci_probe()
[all …]
Dadapter.h409 USING_MSI = (1UL << 1), enumerator
Dsge.c2047 BUG_ON((adapter->flags & (USING_MSIX|USING_MSI)) == 0); in t4vf_intr_handler()
2221 if ((adapter->flags & USING_MSI) && rspq != &adapter->sge.intrq) { in t4vf_sge_alloc_rxq()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h84 USING_MSI = (1 << 1), enumerator
Dcxgb3_main.c365 } else if (adapter->flags & USING_MSI) { in cxgb_disable_msi()
367 adapter->flags &= ~USING_MSI; in cxgb_disable_msi()
661 if (adap->params.rev > 0 && !(adap->flags & USING_MSI)) in setup_sge_qsets()
1282 (adap->flags & USING_MSI) ? in cxgb_up()
2232 !(adapter->flags & USING_MSI)) in cxgb_extension_ioctl()
3166 (adap->flags & USING_MSI) ? " MSI" : ""); in print_port_info()
3378 adapter->flags |= USING_MSI; in init_one()
Dsge.c2844 if (adap->flags & USING_MSI) in t3_intr_handler()
3321 if (!(adap->flags & (USING_MSIX | USING_MSI))) in t3_sge_init()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c610 } else if (adapter->flags & USING_MSI) { in disable_msi()
612 adapter->flags &= ~USING_MSI; in disable_msi()
2268 (adap->flags & USING_MSI) ? 0 : IRQF_SHARED, in cxgb_up()
5139 (adapter->flags & USING_MSI) ? "MSI" : ""), in print_adapter_info()
5780 adapter->flags |= USING_MSI; in init_one()
Dcxgb4.h595 USING_MSI = (1 << 2), enumerator
Dsge.c3244 if (adap->flags & USING_MSI) in t4_intr_handler()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c9001 if (tg3_flag(tp, USING_MSI)) { in tg3_restore_pci_state()
11257 if (tg3_flag(tp, USING_MSI) || tg3_flag(tp, USING_MSIX)) { in tg3_request_irq()
11354 if (!tg3_flag(tp, USING_MSI)) in tg3_test_msi()
11384 tg3_flag_clear(tp, USING_MSI); in tg3_test_msi()
11528 tg3_flag_set(tp, USING_MSI); in tg3_ints_init()
11530 if (tg3_flag(tp, USING_MSI) || tg3_flag(tp, USING_MSIX)) { in tg3_ints_init()
11556 else if (tg3_flag(tp, USING_MSI)) in tg3_ints_fini()
11558 tg3_flag_clear(tp, USING_MSI); in tg3_ints_fini()
11617 if (test_irq && tg3_flag(tp, USING_MSI)) { in tg3_start()
11629 if (!tg3_flag(tp, 57765_PLUS) && tg3_flag(tp, USING_MSI)) { in tg3_start()