Searched refs:vsp_handle (Results 1 – 2 of 2) sorted by relevance
984 dpaa_intf->vsp_handle[vsp_id] = fm_vsp_config(&vsp_params); in dpaa_port_vsp_configure()985 if (!dpaa_intf->vsp_handle[vsp_id]) { in dpaa_port_vsp_configure()1002 ret = fm_vsp_config_buffer_prefix_content(dpaa_intf->vsp_handle[vsp_id], in dpaa_port_vsp_configure()1011 ret = fm_vsp_init(dpaa_intf->vsp_handle[vsp_id]); in dpaa_port_vsp_configure()1037 if (dpaa_intf->vsp_handle[vsp_id]) { in dpaa_port_vsp_update()1038 ret = fm_vsp_free(dpaa_intf->vsp_handle[vsp_id]); in dpaa_port_vsp_update()1044 dpaa_intf->vsp_handle[vsp_id] = 0; in dpaa_port_vsp_update()1062 if (dpaa_intf->vsp_handle[idx]) { in dpaa_port_vsp_cleanup()1063 ret = fm_vsp_free(dpaa_intf->vsp_handle[idx]); in dpaa_port_vsp_cleanup()
123 void *vsp_handle[DPAA_VSP_PROFILE_MAX_NUM]; member