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()1005 ret = fm_vsp_config_buffer_prefix_content(dpaa_intf->vsp_handle[vsp_id], in dpaa_port_vsp_configure()1014 ret = fm_vsp_init(dpaa_intf->vsp_handle[vsp_id]); in dpaa_port_vsp_configure()1040 if (dpaa_intf->vsp_handle[vsp_id]) { in dpaa_port_vsp_update()1041 ret = fm_vsp_free(dpaa_intf->vsp_handle[vsp_id]); in dpaa_port_vsp_update()1047 dpaa_intf->vsp_handle[vsp_id] = 0; in dpaa_port_vsp_update()1065 if (dpaa_intf->vsp_handle[idx]) { in dpaa_port_vsp_cleanup()1066 ret = fm_vsp_free(dpaa_intf->vsp_handle[idx]); in dpaa_port_vsp_cleanup()
126 void *vsp_handle[DPAA_VSP_PROFILE_MAX_NUM]; member