Lines Matching refs:v_idx
319 int v_idx, q_vectors, len; in i40evf_map_queues() local
341 for (v_idx = 0; v_idx < q_vectors; v_idx++) { in i40evf_map_queues()
342 q_vector = adapter->q_vector[v_idx]; in i40evf_map_queues()
343 vimi->vecmap[v_idx].vsi_id = adapter->vsi_res->vsi_id; in i40evf_map_queues()
344 vimi->vecmap[v_idx].vector_id = v_idx + NONQ_VECS; in i40evf_map_queues()
345 vimi->vecmap[v_idx].txq_map = q_vector->ring_mask; in i40evf_map_queues()
346 vimi->vecmap[v_idx].rxq_map = q_vector->ring_mask; in i40evf_map_queues()
349 vimi->vecmap[v_idx].vsi_id = adapter->vsi_res->vsi_id; in i40evf_map_queues()
350 vimi->vecmap[v_idx].vector_id = 0; in i40evf_map_queues()
351 vimi->vecmap[v_idx].txq_map = 0; in i40evf_map_queues()
352 vimi->vecmap[v_idx].rxq_map = 0; in i40evf_map_queues()