Lines Matching refs:voq
3605 u8 port_id, tc, tc_id = 0, voq = 0;
3616 voq = VOQ(port_id, tc_id, max_phys_tcs_per_port);
3617 cons[voq] = qed_rd(p_hwfn, p_ptt,
3618 cons_voq0_addr + voq * 0x40);
3620 prod_voq0_addr + voq * 0x40);
3621 distance[voq] = prod - cons[voq];
3634 voq = VOQ(port_id,
3637 cons_voq0_addr + voq * 0x40);
3638 if (distance[voq] > tmp - cons[voq])
3656 p_vf->abs_vf_id, (int)voq);
3659 (int)voq, (int)port_id, (int)tc_id);