Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c366 if (adapter->flags & USING_MSI) in enable_rx()
496 if (adapter->flags & USING_MSI) { in setup_sge_queues()
674 BUG_ON((adapter->flags & (USING_MSIX|USING_MSI)) == 0); in adapter_up()
1697 ((adapter->flags & USING_MSI) != 0); in sge_queue_entries()
1843 ((adapter->flags & USING_MSI) != 0); in sge_qstats_entries()
2280 BUG_ON((adapter->flags & (USING_MSIX|USING_MSI)) == 0); in cfg_queues()
2700 adapter->flags |= USING_MSI; in cxgb4vf_pci_probe()
2718 (adapter->flags & USING_MSI) ? "MSI" : ""); in cxgb4vf_pci_probe()
2793 } else if (adapter->flags & USING_MSI) { in cxgb4vf_pci_remove()
2795 adapter->flags &= ~USING_MSI; in cxgb4vf_pci_remove()
Dadapter.h370 USING_MSI = (1UL << 1), enumerator
Dsge.c1907 BUG_ON((adapter->flags & (USING_MSIX|USING_MSI)) == 0); in t4vf_intr_handler()
2050 if ((adapter->flags & USING_MSI) && rspq != &adapter->sge.intrq) { in t4vf_sge_alloc_rxq()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h85 USING_MSI = (1 << 1), enumerator
Dcxgb3_main.c360 } else if (adapter->flags & USING_MSI) { in cxgb_disable_msi()
362 adapter->flags &= ~USING_MSI; in cxgb_disable_msi()
659 if (adap->params.rev > 0 && !(adap->flags & USING_MSI)) in setup_sge_qsets()
1273 (adap->flags & USING_MSI) ? in cxgb_up()
2213 !(adapter->flags & USING_MSI)) in cxgb_extension_ioctl()
3140 (adap->flags & USING_MSI) ? " MSI" : ""); in print_port_info()
3352 adapter->flags |= USING_MSI; in init_one()
Dsge.c2777 if (adap->flags & USING_MSI) in t3_intr_handler()
3254 if (!(adap->flags & (USING_MSIX | USING_MSI))) in t3_sge_init()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c501 } else if (adapter->flags & USING_MSI) { in disable_msi()
503 adapter->flags &= ~USING_MSI; in disable_msi()
2629 (adap->flags & USING_MSI) ? 0 : IRQF_SHARED, in cxgb_up()
3484 (adap->flags & USING_MSI) ? " MSI" : ""); in print_port_info()
3677 adapter->flags |= USING_MSI; in init_one()
Dcxgb4.h304 USING_MSI = (1 << 1), enumerator
Dsge.c1881 if (adap->flags & USING_MSI) in t4_intr_handler()
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dtg3.c7831 if (tg3_flag(tp, USING_MSI)) { in tg3_restore_pci_state()
9783 if (tg3_flag(tp, USING_MSI) || tg3_flag(tp, USING_MSIX)) { in tg3_request_irq()
9880 if (!tg3_flag(tp, USING_MSI)) in tg3_test_msi()
9910 tg3_flag_clear(tp, USING_MSI); in tg3_test_msi()
10033 tg3_flag_set(tp, USING_MSI); in tg3_ints_init()
10035 if (tg3_flag(tp, USING_MSI) || tg3_flag(tp, USING_MSIX)) { in tg3_ints_init()
10056 else if (tg3_flag(tp, USING_MSI)) in tg3_ints_fini()
10058 tg3_flag_clear(tp, USING_MSI); in tg3_ints_fini()
10140 if (tg3_flag(tp, USING_MSI)) { in tg3_open()
10152 if (!tg3_flag(tp, 57765_PLUS) && tg3_flag(tp, USING_MSI)) { in tg3_open()