Home
last modified time | relevance | path

Searched refs:tc_qcount (Results 1 – 1 of 1) sorted by last modified time

/freebsd/sys/dev/ice/
H A Dice_iflib_txrx.c564 u16 tc_base_queue, tc_qcount; in ice_ift_queue_select() local
601 tc_qcount = vsi->tc_info[tc].qcount_tx; in ice_ift_queue_select()
604 return ((m->m_pkthdr.flowid % tc_qcount) + tc_base_queue); in ice_ift_queue_select()