Searched refs:dst_num (Results 1 – 1 of 1) sorted by relevance
4014 int dst_num) in _create_raw_flow_rule() argument4037 flow_act, dst, dst_num); in _create_raw_flow_rule()4108 int dst_num = 0; in mlx5_ib_raw_fs_rule_add() local4132 dst[dst_num].type = dest_type; in mlx5_ib_raw_fs_rule_add()4133 dst[dst_num].tir_num = dest_id; in mlx5_ib_raw_fs_rule_add()4136 dst[dst_num].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE_NUM; in mlx5_ib_raw_fs_rule_add()4137 dst[dst_num].ft_num = dest_id; in mlx5_ib_raw_fs_rule_add()4140 dst[dst_num].type = MLX5_FLOW_DESTINATION_TYPE_PORT; in mlx5_ib_raw_fs_rule_add()4144 dst_num++; in mlx5_ib_raw_fs_rule_add()4147 dst[dst_num].type = MLX5_FLOW_DESTINATION_TYPE_COUNTER; in mlx5_ib_raw_fs_rule_add()[all …]