Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c1022 else if (adapter->flags & IGB_FLAG_HAS_MSI) in igb_reset_interrupt_capability()
1140 adapter->flags |= IGB_FLAG_HAS_MSI; in igb_set_interrupt_capability()
1415 if (adapter->flags & IGB_FLAG_HAS_MSI) { in igb_request_irq()
1423 adapter->flags &= ~IGB_FLAG_HAS_MSI; in igb_request_irq()
3595 (adapter->flags & IGB_FLAG_HAS_MSI) ? "MSI" : "legacy", in igb_probe()
H A Digb_ethtool.c1421 } else if (adapter->flags & IGB_FLAG_HAS_MSI) { in igb_intr_test()