Searched refs:dst_num (Results 1 – 1 of 1) sorted by relevance
2061 int dst_num) in _create_raw_flow_rule() argument2084 flow_act, dst, dst_num); in _create_raw_flow_rule()2151 int dst_num = 0; in raw_fs_rule_add() local2178 dst[dst_num].type = dest_type; in raw_fs_rule_add()2179 dst[dst_num++].tir_num = dest_id; in raw_fs_rule_add()2184 dst[dst_num++].ft_num = dest_id; in raw_fs_rule_add()2188 dst[dst_num++].type = MLX5_FLOW_DESTINATION_TYPE_PORT; in raw_fs_rule_add()2200 dst[dst_num].type = MLX5_FLOW_DESTINATION_TYPE_COUNTER; in raw_fs_rule_add()2201 dst[dst_num].counter = counter; in raw_fs_rule_add()2202 dst_num++; in raw_fs_rule_add()[all …]