Searched refs:USING_MSI (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 404 if (adapter->flags & USING_MSI) in enable_rx() 548 if (adapter->flags & USING_MSI) { in setup_sge_queues() 726 BUG_ON((adapter->flags & (USING_MSIX|USING_MSI)) == 0); in adapter_up() 1832 ((adapter->flags & USING_MSI) != 0); in sge_queue_entries() 1978 ((adapter->flags & USING_MSI) != 0); in sge_qstats_entries() 2423 BUG_ON((adapter->flags & (USING_MSIX|USING_MSI)) == 0); in cfg_queues() 2857 adapter->flags |= USING_MSI; in cxgb4vf_pci_probe() 2875 (adapter->flags & USING_MSI) ? "MSI" : ""); in cxgb4vf_pci_probe() 2952 } else if (adapter->flags & USING_MSI) { in cxgb4vf_pci_remove() 2954 adapter->flags &= ~USING_MSI; in cxgb4vf_pci_remove() [all …]
|
D | adapter.h | 388 USING_MSI = (1UL << 1), enumerator
|
D | sge.c | 2042 BUG_ON((adapter->flags & (USING_MSIX|USING_MSI)) == 0); in t4vf_intr_handler() 2215 if ((adapter->flags & USING_MSI) && rspq != &adapter->sge.intrq) { in t4vf_sge_alloc_rxq()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 85 USING_MSI = (1 << 1), enumerator
|
D | cxgb3_main.c | 364 } else if (adapter->flags & USING_MSI) { in cxgb_disable_msi() 366 adapter->flags &= ~USING_MSI; in cxgb_disable_msi() 663 if (adap->params.rev > 0 && !(adap->flags & USING_MSI)) in setup_sge_qsets() 1278 (adap->flags & USING_MSI) ? in cxgb_up() 2217 !(adapter->flags & USING_MSI)) in cxgb_extension_ioctl() 3137 (adap->flags & USING_MSI) ? " MSI" : ""); in print_port_info() 3346 adapter->flags |= USING_MSI; in init_one()
|
D | sge.c | 2779 if (adap->flags & USING_MSI) in t3_intr_handler() 3256 if (!(adap->flags & (USING_MSIX | USING_MSI))) in t3_sge_init()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 721 } else if (adapter->flags & USING_MSI) { in disable_msi() 723 adapter->flags &= ~USING_MSI; in disable_msi() 2712 (adap->flags & USING_MSI) ? 0 : IRQF_SHARED, in cxgb_up() 4573 (adap->flags & USING_MSI) ? " MSI" : ""); in print_port_info() 4905 adapter->flags |= USING_MSI; in init_one()
|
D | cxgb4.h | 468 USING_MSI = (1 << 2), enumerator
|
D | sge.c | 2332 if (adap->flags & USING_MSI) in t4_intr_handler()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | tg3.c | 8978 if (tg3_flag(tp, USING_MSI)) { in tg3_restore_pci_state() 11197 if (tg3_flag(tp, USING_MSI) || tg3_flag(tp, USING_MSIX)) { in tg3_request_irq() 11294 if (!tg3_flag(tp, USING_MSI)) in tg3_test_msi() 11324 tg3_flag_clear(tp, USING_MSI); in tg3_test_msi() 11468 tg3_flag_set(tp, USING_MSI); in tg3_ints_init() 11470 if (tg3_flag(tp, USING_MSI) || tg3_flag(tp, USING_MSIX)) { in tg3_ints_init() 11496 else if (tg3_flag(tp, USING_MSI)) in tg3_ints_fini() 11498 tg3_flag_clear(tp, USING_MSI); in tg3_ints_fini() 11557 if (test_irq && tg3_flag(tp, USING_MSI)) { in tg3_start() 11569 if (!tg3_flag(tp, 57765_PLUS) && tg3_flag(tp, USING_MSI)) { in tg3_start()
|