Home
last modified time | relevance | path

Searched refs:sched_ctx (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1041 u32 sched_ctx[MLX5_ST_SZ_DW(scheduling_context)] = {0}; in esw_vport_enable_qos() local
1053 MLX5_SET(scheduling_context, sched_ctx, element_type, in esw_vport_enable_qos()
1055 vport_elem = MLX5_ADDR_OF(scheduling_context, sched_ctx, in esw_vport_enable_qos()
1058 MLX5_SET(scheduling_context, sched_ctx, parent_element_id, in esw_vport_enable_qos()
1060 MLX5_SET(scheduling_context, sched_ctx, max_average_bw, in esw_vport_enable_qos()
1062 MLX5_SET(scheduling_context, sched_ctx, bw_share, initial_bw_share); in esw_vport_enable_qos()
1066 sched_ctx, in esw_vport_enable_qos()
1100 u32 sched_ctx[MLX5_ST_SZ_DW(scheduling_context)] = {0}; in esw_vport_qos_config() local
1112 MLX5_SET(scheduling_context, sched_ctx, element_type, in esw_vport_qos_config()
1114 vport_elem = MLX5_ADDR_OF(scheduling_context, sched_ctx, in esw_vport_qos_config()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/
H A Dlima_sched.c295 struct lima_sched_context *sched_ctx = in lima_sched_build_error_task_list() local
299 container_of(sched_ctx, struct lima_ctx, context[pipe_id]); in lima_sched_build_error_task_list()