Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb.h678 #define IGB_FLAG_QUEUE_PAIRS BIT(3) macro
H A Digb_ethtool.c2204 if ((adapter->flags & IGB_FLAG_QUEUE_PAIRS) && ec->tx_coalesce_usecs) in igb_set_coalesce()
2220 if (adapter->flags & IGB_FLAG_QUEUE_PAIRS) in igb_set_coalesce()
2252 if (!(adapter->flags & IGB_FLAG_QUEUE_PAIRS)) { in igb_get_coalesce()
H A Digb_main.c1115 if (!(adapter->flags & IGB_FLAG_QUEUE_PAIRS)) in igb_set_interrupt_capability()
1158 adapter->flags |= IGB_FLAG_QUEUE_PAIRS; in igb_set_interrupt_capability()
3943 adapter->flags |= IGB_FLAG_QUEUE_PAIRS; in igb_set_flag_queue_pairs()
3945 adapter->flags &= ~IGB_FLAG_QUEUE_PAIRS; in igb_set_flag_queue_pairs()