Searched refs:vimi (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
H A Di40evf_virtchnl.c339 struct i40e_virtchnl_irq_map_info *vimi; i40evf_map_queues() local
356 vimi = kzalloc(len, GFP_ATOMIC); i40evf_map_queues()
357 if (!vimi) i40evf_map_queues()
360 vimi->num_vectors = adapter->num_msix_vectors; i40evf_map_queues()
364 vimi->vecmap[v_idx].vsi_id = adapter->vsi_res->vsi_id; i40evf_map_queues()
365 vimi->vecmap[v_idx].vector_id = v_idx + NONQ_VECS; i40evf_map_queues()
366 vimi->vecmap[v_idx].txq_map = q_vector->ring_mask; i40evf_map_queues()
367 vimi->vecmap[v_idx].rxq_map = q_vector->ring_mask; i40evf_map_queues()
370 vimi->vecmap[v_idx].vsi_id = adapter->vsi_res->vsi_id; i40evf_map_queues()
371 vimi->vecmap[v_idx].vector_id = 0; i40evf_map_queues()
372 vimi->vecmap[v_idx].txq_map = 0; i40evf_map_queues()
373 vimi->vecmap[v_idx].rxq_map = 0; i40evf_map_queues()
377 (u8 *)vimi, len); i40evf_map_queues()
378 kfree(vimi); i40evf_map_queues()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c1858 struct i40e_virtchnl_irq_map_info *vimi = i40e_vc_validate_vf_msg() local
1860 valid_len += (vimi->num_vectors * i40e_vc_validate_vf_msg()
1862 if (vimi->num_vectors == 0) i40e_vc_validate_vf_msg()

Completed in 137 milliseconds