Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c115 unsigned int tcs, q_per_tc; in hw_atl2_hw_queue_to_tc_map_set() local
125 q_per_tc = 4; in hw_atl2_hw_queue_to_tc_map_set()
129 q_per_tc = 8; in hw_atl2_hw_queue_to_tc_map_set()
136 unsigned int tc_q_offset = tc * q_per_tc; in hw_atl2_hw_queue_to_tc_map_set()
138 for (q = tc_q_offset; q != tc_q_offset + q_per_tc; q++) { in hw_atl2_hw_queue_to_tc_map_set()