Searched refs:in_dests (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 412 void *in_dests; in mlx5_cmd_set_fte() local 483 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5_cmd_set_fte() 503 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 507 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 512 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 516 MLX5_SET(extended_dest_format, in_dests, in mlx5_cmd_set_fte() 525 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5_cmd_set_fte() 527 MLX5_SET(dest_format_struct, in_dests, destination_id, id); in mlx5_cmd_set_fte() 528 in_dests += dst_cnt_size; in mlx5_cmd_set_fte() 547 MLX5_SET(flow_counter_list, in_dests, flow_counter_id, in mlx5_cmd_set_fte() [all …]
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_cmd.c | 179 void *in_dests; in mlx5dr_cmd_set_fte_modify_and_vport() local 202 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5dr_cmd_set_fte_modify_and_vport() 203 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5dr_cmd_set_fte_modify_and_vport() 205 MLX5_SET(dest_format_struct, in_dests, destination_id, vport_id); in mlx5dr_cmd_set_fte_modify_and_vport()
|