Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/igb/
Digb.h678 #define IGB_FLAG_QUEUE_PAIRS BIT(3) macro
Digb_ethtool.c2206 if ((adapter->flags & IGB_FLAG_QUEUE_PAIRS) && ec->tx_coalesce_usecs) in igb_set_coalesce()
2222 if (adapter->flags & IGB_FLAG_QUEUE_PAIRS) in igb_set_coalesce()
2256 if (!(adapter->flags & IGB_FLAG_QUEUE_PAIRS)) { in igb_get_coalesce()
Digb_main.c1113 if (!(adapter->flags & IGB_FLAG_QUEUE_PAIRS)) in igb_set_interrupt_capability()
1156 adapter->flags |= IGB_FLAG_QUEUE_PAIRS; in igb_set_interrupt_capability()
3941 adapter->flags |= IGB_FLAG_QUEUE_PAIRS; in igb_set_flag_queue_pairs()
3943 adapter->flags &= ~IGB_FLAG_QUEUE_PAIRS; in igb_set_flag_queue_pairs()