Searched refs:xdp_rings_per_v (Results 1 – 1 of 1) sorted by relevance
2629 int xdp_rings_per_v, q_id, q_base; in ice_map_xdp_rings() local2631 xdp_rings_per_v = DIV_ROUND_UP(xdp_rings_rem, in ice_map_xdp_rings()2635 for (q_id = q_base; q_id < (q_base + xdp_rings_per_v); q_id++) { in ice_map_xdp_rings()2642 xdp_rings_rem -= xdp_rings_per_v; in ice_map_xdp_rings()