Searched refs:in_dests (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 322 void *in_dests; in mlx5_cmd_set_fte() local 366 in_dests = MLX5_ADDR_OF(flow_context, in_flow_context, destination); in mlx5_cmd_set_fte() 386 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 389 MLX5_SET(dest_format_struct, in_dests, in mlx5_cmd_set_fte() 397 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5_cmd_set_fte() 399 MLX5_SET(dest_format_struct, in_dests, destination_id, id); in mlx5_cmd_set_fte() 400 in_dests += MLX5_ST_SZ_BYTES(dest_format_struct); in mlx5_cmd_set_fte() 419 MLX5_SET(flow_counter_list, in_dests, flow_counter_id, in mlx5_cmd_set_fte() 421 in_dests += MLX5_ST_SZ_BYTES(dest_format_struct); in mlx5_cmd_set_fte()
|