Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc.h375 #define IGC_FLAG_QUEUE_PAIRS BIT(3) macro
H A Digc_ethtool.c915 if ((adapter->flags & IGC_FLAG_QUEUE_PAIRS) && in igc_ethtool_set_coalesce()
935 if (adapter->flags & IGC_FLAG_QUEUE_PAIRS) in igc_ethtool_set_coalesce()
H A Digc_main.c4222 adapter->flags |= IGC_FLAG_QUEUE_PAIRS; in igc_set_flag_queue_pairs()
4224 adapter->flags &= ~IGC_FLAG_QUEUE_PAIRS; in igc_set_flag_queue_pairs()
4485 if (!(adapter->flags & IGC_FLAG_QUEUE_PAIRS)) in igc_set_interrupt_capability()
4520 adapter->flags |= IGC_FLAG_QUEUE_PAIRS; in igc_set_interrupt_capability()