Home
last modified time | relevance | path

Searched refs:I40E_MAX_QUEUES_PER_TC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e.h85 #define I40E_MAX_QUEUES_PER_TC 64 /* should be a power of 2 */ macro
Di40e_main.c1533 num_tc_qps = min_t(int, num_tc_qps, I40E_MAX_QUEUES_PER_TC); in i40e_vsi_setup_queue_map()