Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc.h393 #define IGC_FLAG_HAS_MSIX BIT(13) macro
H A Digc_main.c4616 adapter->flags |= IGC_FLAG_HAS_MSIX; in igc_set_interrupt_capability()
4659 adapter->flags &= ~IGC_FLAG_HAS_MSIX; in igc_set_interrupt_capability()
5072 adapter->flags |= IGC_FLAG_HAS_MSIX; in igc_sw_init()
5987 if (adapter->flags & IGC_FLAG_HAS_MSIX) { in igc_watchdog_task()
6139 if (adapter->flags & IGC_FLAG_HAS_MSIX) { in igc_request_irq()