Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc.h253 #define IGC_FLAG_QUEUE_PAIRS BIT(3) macro
H A Digc_ethtool.c869 if (!(adapter->flags & IGC_FLAG_QUEUE_PAIRS)) { in igc_ethtool_get_coalesce()
897 if ((adapter->flags & IGC_FLAG_QUEUE_PAIRS) && ec->tx_coalesce_usecs) in igc_ethtool_set_coalesce()
913 if (adapter->flags & IGC_FLAG_QUEUE_PAIRS) in igc_ethtool_set_coalesce()
H A Digc_main.c2853 adapter->flags |= IGC_FLAG_QUEUE_PAIRS; in igc_set_flag_queue_pairs()
2855 adapter->flags &= ~IGC_FLAG_QUEUE_PAIRS; in igc_set_flag_queue_pairs()
3116 if (!(adapter->flags & IGC_FLAG_QUEUE_PAIRS)) in igc_set_interrupt_capability()
3151 adapter->flags |= IGC_FLAG_QUEUE_PAIRS; in igc_set_interrupt_capability()