Lines Matching refs:dst_num
4014 int dst_num) in _create_raw_flow_rule() argument
4037 flow_act, dst, dst_num); in _create_raw_flow_rule()
4108 int dst_num = 0; in mlx5_ib_raw_fs_rule_add() local
4132 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()
4148 dst[dst_num].counter_id = counter_id; in mlx5_ib_raw_fs_rule_add()
4149 dst_num++; in mlx5_ib_raw_fs_rule_add()
4154 cmd_in, inlen, dst_num); in mlx5_ib_raw_fs_rule_add()