Lines Matching refs:v_idx
340 int v_idx, q_vectors, len; in i40evf_map_queues() local
362 for (v_idx = 0; v_idx < q_vectors; v_idx++) { in i40evf_map_queues()
363 q_vector = adapter->q_vector[v_idx]; in i40evf_map_queues()
364 vimi->vecmap[v_idx].vsi_id = adapter->vsi_res->vsi_id; in i40evf_map_queues()
365 vimi->vecmap[v_idx].vector_id = v_idx + NONQ_VECS; in i40evf_map_queues()
366 vimi->vecmap[v_idx].txq_map = q_vector->ring_mask; in i40evf_map_queues()
367 vimi->vecmap[v_idx].rxq_map = q_vector->ring_mask; in i40evf_map_queues()
370 vimi->vecmap[v_idx].vsi_id = adapter->vsi_res->vsi_id; in i40evf_map_queues()
371 vimi->vecmap[v_idx].vector_id = 0; in i40evf_map_queues()
372 vimi->vecmap[v_idx].txq_map = 0; in i40evf_map_queues()
373 vimi->vecmap[v_idx].rxq_map = 0; in i40evf_map_queues()