Home
last modified time | relevance | path

Searched refs:dst_num (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c2056 int dst_num) in _create_raw_flow_rule() argument
2079 flow_act, dst, dst_num); in _create_raw_flow_rule()
2146 int dst_num = 0; in raw_fs_rule_add() local
2173 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 …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c2385 int err = 0, dst_num = 0; in mlx5_esw_fdb_drop_create() local
2420 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()