Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
A Digb.h673 #define IGB_FLAG_HAS_MSI BIT(0) macro
A Digb_main.c1043 else if (adapter->flags & IGB_FLAG_HAS_MSI) in igb_reset_interrupt_capability()
1161 adapter->flags |= IGB_FLAG_HAS_MSI; in igb_set_interrupt_capability()
1433 if (adapter->flags & IGB_FLAG_HAS_MSI) { in igb_request_irq()
1441 adapter->flags &= ~IGB_FLAG_HAS_MSI; in igb_request_irq()
3575 (adapter->flags & IGB_FLAG_HAS_MSI) ? "MSI" : "legacy", in igb_probe()
A Digb_ethtool.c1416 } else if (adapter->flags & IGB_FLAG_HAS_MSI) { in igb_intr_test()

Completed in 28 milliseconds