Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb.h468 #define IGB_FLAG_HAS_MSI (1 << 0) macro
Digb_main.c1053 else if (adapter->flags & IGB_FLAG_HAS_MSI) in igb_reset_interrupt_capability()
1169 adapter->flags |= IGB_FLAG_HAS_MSI; in igb_set_interrupt_capability()
1435 if (adapter->flags & IGB_FLAG_HAS_MSI) { in igb_request_irq()
1443 adapter->flags &= ~IGB_FLAG_HAS_MSI; in igb_request_irq()
2609 (adapter->flags & IGB_FLAG_HAS_MSI) ? "MSI" : "legacy", in igb_probe()
Digb_ethtool.c1393 } else if (adapter->flags & IGB_FLAG_HAS_MSI) { in igb_intr_test()