Searched refs:vf_vsi_map (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_dcf_parent.c | 73 uint16_t *vf_vsi_map) in ice_dcf_update_vf_vsi_map() argument 78 ice_dcf_update_vsi_ctx(hw, vf_id, vf_vsi_map[vf_id]); in ice_dcf_update_vf_vsi_map() 124 hw->num_vfs, hw->vf_vsi_map); in ice_dcf_vsi_update_service_handler() 158 pf_msg->event_data.vf_vsi_map.vf_id, in ice_dcf_handle_pf_event_msg() 159 pf_msg->event_data.vf_vsi_map.vsi_id); in ice_dcf_handle_pf_event_msg() 404 ice_dcf_update_vf_vsi_map(parent_hw, hw->num_vfs, hw->vf_vsi_map); in ice_dcf_init_parent_adapter()
|
| H A D | ice_dcf.h | 45 uint16_t *vf_vsi_map; member
|
| H A D | ice_dcf.c | 313 if (!hw->vf_vsi_map) { in ice_dcf_get_vf_vsi_map() 314 hw->vf_vsi_map = rte_zmalloc("vf_vsi_ctx", len, 0); in ice_dcf_get_vf_vsi_map() 315 if (!hw->vf_vsi_map) { in ice_dcf_get_vf_vsi_map() 324 if (!memcmp(hw->vf_vsi_map, vsi_map->vf_vsi, len)) { in ice_dcf_get_vf_vsi_map() 329 rte_memcpy(hw->vf_vsi_map, vsi_map->vf_vsi, len); in ice_dcf_get_vf_vsi_map() 708 rte_free(hw->vf_vsi_map); in ice_dcf_uninit_hw()
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | virtchnl.h | 804 } vf_vsi_map; member
|