Searched refs:dst_num (Results 1 – 2 of 2) sorted by relevance
2056 int dst_num) in _create_raw_flow_rule() argument2079 flow_act, dst, dst_num); in _create_raw_flow_rule()2146 int dst_num = 0; in raw_fs_rule_add() local2173 dst[dst_num].type = dest_type; in raw_fs_rule_add()2174 dst[dst_num++].tir_num = dest_id; in raw_fs_rule_add()2178 dst[dst_num].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE_NUM; in raw_fs_rule_add()2179 dst[dst_num++].ft_num = dest_id; in raw_fs_rule_add()2183 dst[dst_num++].type = MLX5_FLOW_DESTINATION_TYPE_PORT; in raw_fs_rule_add()2195 dst[dst_num].type = MLX5_FLOW_DESTINATION_TYPE_COUNTER; in raw_fs_rule_add()2196 dst[dst_num].counter = counter; in raw_fs_rule_add()[all …]
2385 int err = 0, dst_num = 0; in mlx5_esw_fdb_drop_create() local2420 dst_num++; in mlx5_esw_fdb_drop_create()2423 flow_rule = mlx5_add_flow_rules(table, NULL, &flow_act, dst, dst_num); in mlx5_esw_fdb_drop_create()