Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc.h289 #define IGC_FLAG_HAS_MSI BIT(0) macro
Digc_main.c4233 } else if (adapter->flags & IGC_FLAG_HAS_MSI) { in igc_reset_interrupt_capability()
4308 adapter->flags |= IGC_FLAG_HAS_MSI; in igc_set_interrupt_capability()
5743 if (adapter->flags & IGC_FLAG_HAS_MSI) { in igc_request_irq()
5751 adapter->flags &= ~IGC_FLAG_HAS_MSI; in igc_request_irq()