Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc.h323 #define IGC_FLAG_HAS_MSIX BIT(13) macro
H A Digc_main.c4375 adapter->flags |= IGC_FLAG_HAS_MSIX; in igc_set_interrupt_capability()
4418 adapter->flags &= ~IGC_FLAG_HAS_MSIX; in igc_set_interrupt_capability()
4831 adapter->flags |= IGC_FLAG_HAS_MSIX; in igc_sw_init()
5709 if (adapter->flags & IGC_FLAG_HAS_MSIX) { in igc_watchdog_task()
5843 if (adapter->flags & IGC_FLAG_HAS_MSIX) { in igc_request_irq()
H A Digc_ethtool.c1520 if (adapter->flags & IGC_FLAG_HAS_MSIX) { in igc_ethtool_get_channels()