Searched refs:num_dest (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads_termtbl.c | 216 int num_dest) in mlx5_eswitch_add_termtbl_rule() argument 227 for (i = 0; i < num_dest; i++) { in mlx5_eswitch_add_termtbl_rule() 255 rule = mlx5_add_flow_rules(fdb, spec, flow_act, dest, num_dest); in mlx5_eswitch_add_termtbl_rule() 273 for (i = 0; i < num_dest; i++) { in mlx5_eswitch_add_termtbl_rule() 285 rule = mlx5_add_flow_rules(fdb, spec, flow_act, dest, num_dest); in mlx5_eswitch_add_termtbl_rule()
|
D | eswitch.h | 316 int num_dest);
|
D | fs_core.c | 1863 int num_dest) in mlx5_add_flow_rules() argument 1876 if (num_dest) in mlx5_add_flow_rules() 1884 num_dest = 1; in mlx5_add_flow_rules() 1892 handle = _mlx5_add_flow_rules(ft, spec, flow_act, dest, num_dest); in mlx5_add_flow_rules()
|
/Linux-v5.4/include/linux/mlx5/ |
D | fs.h | 220 int num_dest);
|