Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc.h260 #define IGC_FLAG_HAS_MSIX BIT(13) macro
Digc_main.c3104 adapter->flags |= IGC_FLAG_HAS_MSIX; in igc_set_interrupt_capability()
3147 adapter->flags &= ~IGC_FLAG_HAS_MSIX; in igc_set_interrupt_capability()
3557 adapter->flags |= IGC_FLAG_HAS_MSIX; in igc_sw_init()
4373 if (adapter->flags & IGC_FLAG_HAS_MSIX) { in igc_watchdog_task()
4507 if (adapter->flags & IGC_FLAG_HAS_MSIX) { in igc_request_irq()
Digc_ethtool.c1442 if (adapter->flags & IGC_FLAG_HAS_MSIX) { in igc_ethtool_get_channels()