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_main.c4475 adapter->flags |= IGC_FLAG_HAS_MSIX; in igc_set_interrupt_capability()
4518 adapter->flags &= ~IGC_FLAG_HAS_MSIX; in igc_set_interrupt_capability()
4931 adapter->flags |= IGC_FLAG_HAS_MSIX; in igc_sw_init()
5833 if (adapter->flags & IGC_FLAG_HAS_MSIX) { in igc_watchdog_task()
5985 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()