Searched refs:num_dest (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch_offloads_termtbl.c | 250 int num_dest) in mlx5_eswitch_add_termtbl_rule() argument 261 for (i = 0; i < num_dest; i++) { in mlx5_eswitch_add_termtbl_rule() 300 rule = mlx5_add_flow_rules(fdb, spec, flow_act, dest, num_dest); in mlx5_eswitch_add_termtbl_rule() 320 for (i = 0; i < num_dest; i++) { in mlx5_eswitch_add_termtbl_rule() 332 rule = mlx5_add_flow_rules(fdb, spec, flow_act, dest, num_dest); in mlx5_eswitch_add_termtbl_rule()
|
| H A D | eswitch.h | 489 int num_dest);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_fw.c | 103 int num_dest, in mlx5dr_fw_create_md_tbl() argument 139 fte_info.dests_size = num_dest; in mlx5dr_fw_create_md_tbl()
|
| H A D | dr_types.h | 1560 int num_dest,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | action.c | 1361 mlx5hws_action_create_dest_array(struct mlx5hws_context *ctx, size_t num_dest, in mlx5hws_action_create_dest_array() argument 1373 if (num_dest <= 1) { in mlx5hws_action_create_dest_array() 1386 dest_list = kzalloc_objs(*dest_list, num_dest); in mlx5hws_action_create_dest_array() 1390 for (i = 0; i < num_dest; i++) { in mlx5hws_action_create_dest_array() 1427 swap(dest_list[last_dest_idx], dest_list[num_dest - 1]); in mlx5hws_action_create_dest_array() 1429 fte_attr.dests_num = num_dest; in mlx5hws_action_create_dest_array() 1445 action->dest_array.num_dest = num_dest; in mlx5hws_action_create_dest_array() 1455 for (i = 0; i < num_dest; i++) { in mlx5hws_action_create_dest_array() 1948 for (i = 0; i < action->dest_array.num_dest; i++) { in hws_action_destroy_hws()
|
| H A D | mlx5hws.h | 743 mlx5hws_action_create_dest_array(struct mlx5hws_context *ctx, size_t num_dest,
|