Searched refs:sched_ctx (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.c | 1490 u32 sched_ctx[MLX5_ST_SZ_DW(scheduling_context)] = {0}; in esw_vport_enable_qos() local 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() 1515 sched_ctx, in esw_vport_enable_qos() 1549 u32 sched_ctx[MLX5_ST_SZ_DW(scheduling_context)] = {0}; in esw_vport_qos_config() local 1561 MLX5_SET(scheduling_context, sched_ctx, element_type, in esw_vport_qos_config() 1563 vport_elem = MLX5_ADDR_OF(scheduling_context, sched_ctx, in esw_vport_qos_config() [all …]
|