Searched refs:sched_ctx (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.c | 1352 u32 sched_ctx[MLX5_ST_SZ_DW(scheduling_context)] = {0}; in esw_vport_enable_qos() local 1365 MLX5_SET(scheduling_context, sched_ctx, element_type, in esw_vport_enable_qos() 1367 vport_elem = MLX5_ADDR_OF(scheduling_context, sched_ctx, in esw_vport_enable_qos() 1370 MLX5_SET(scheduling_context, sched_ctx, parent_element_id, in esw_vport_enable_qos() 1372 MLX5_SET(scheduling_context, sched_ctx, max_average_bw, in esw_vport_enable_qos() 1374 MLX5_SET(scheduling_context, sched_ctx, bw_share, initial_bw_share); in esw_vport_enable_qos() 1378 sched_ctx, in esw_vport_enable_qos() 1411 u32 sched_ctx[MLX5_ST_SZ_DW(scheduling_context)] = {0}; in esw_vport_qos_config() local 1424 MLX5_SET(scheduling_context, sched_ctx, element_type, in esw_vport_qos_config() 1426 vport_elem = MLX5_ADDR_OF(scheduling_context, sched_ctx, in esw_vport_qos_config() [all …]
|