Searched refs:sched_ctx (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.c | 1040 u32 sched_ctx[MLX5_ST_SZ_DW(scheduling_context)] = {0}; in esw_vport_enable_qos() local 1052 MLX5_SET(scheduling_context, sched_ctx, element_type, in esw_vport_enable_qos() 1054 vport_elem = MLX5_ADDR_OF(scheduling_context, sched_ctx, in esw_vport_enable_qos() 1057 MLX5_SET(scheduling_context, sched_ctx, parent_element_id, in esw_vport_enable_qos() 1059 MLX5_SET(scheduling_context, sched_ctx, max_average_bw, in esw_vport_enable_qos() 1061 MLX5_SET(scheduling_context, sched_ctx, bw_share, initial_bw_share); in esw_vport_enable_qos() 1065 sched_ctx, in esw_vport_enable_qos() 1099 u32 sched_ctx[MLX5_ST_SZ_DW(scheduling_context)] = {0}; in esw_vport_qos_config() local 1111 MLX5_SET(scheduling_context, sched_ctx, element_type, in esw_vport_qos_config() 1113 vport_elem = MLX5_ADDR_OF(scheduling_context, sched_ctx, in esw_vport_qos_config() [all …]
|
/Linux-v5.10/drivers/gpu/drm/lima/ |
D | lima_sched.c | 295 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()
|