Searched refs:scheduling_context (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | rl.c | 49 			      scheduling_context);  in mlx5_create_scheduling_element_cmd()54 	memcpy(schedc, ctx, MLX5_ST_SZ_BYTES(scheduling_context));  in mlx5_create_scheduling_element_cmd()
 74 			      scheduling_context);  in mlx5_modify_scheduling_element_cmd()
 83 	memcpy(schedc, ctx, MLX5_ST_SZ_BYTES(scheduling_context));  in mlx5_modify_scheduling_element_cmd()
 
 | 
| D | eswitch.c | 1438 	u32 tsar_ctx[MLX5_ST_SZ_DW(scheduling_context)] = {0};  in esw_create_tsar()1452 	MLX5_SET(scheduling_context, tsar_ctx, element_type,  in esw_create_tsar()
 1455 	attr = MLX5_ADDR_OF(scheduling_context, tsar_ctx, element_attributes);  in esw_create_tsar()
 1490 	u32 sched_ctx[MLX5_ST_SZ_DW(scheduling_context)] = {0};  in esw_vport_enable_qos()
 1502 	MLX5_SET(scheduling_context, sched_ctx, element_type,  in esw_vport_enable_qos()
 1504 	vport_elem = MLX5_ADDR_OF(scheduling_context, sched_ctx,  in esw_vport_enable_qos()
 1507 	MLX5_SET(scheduling_context, sched_ctx, parent_element_id,  in esw_vport_enable_qos()
 1509 	MLX5_SET(scheduling_context, sched_ctx, max_average_bw,  in esw_vport_enable_qos()
 1511 	MLX5_SET(scheduling_context, sched_ctx, bw_share, initial_bw_share);  in esw_vport_enable_qos()
 1549 	u32 sched_ctx[MLX5_ST_SZ_DW(scheduling_context)] = {0};  in esw_vport_qos_config()
 [all …]
 
 | 
| /Linux-v5.4/include/linux/mlx5/ | 
| D | mlx5_ifc.h | 4490 	struct mlx5_ifc_scheduling_context_bits scheduling_context;  member5992 	struct mlx5_ifc_scheduling_context_bits scheduling_context;  member
 7378 	struct mlx5_ifc_scheduling_context_bits scheduling_context;  member
 
 |