Searched refs:num_dest (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| 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()
|
| A D | fs_core.c | 2414 int num_dest) in mlx5_add_flow_rules() argument 2428 return _mlx5_add_flow_rules(ft, spec, flow_act, dest, num_dest); in mlx5_add_flow_rules() 2440 gen_dest = kcalloc(num_dest + 1, sizeof(*dest), in mlx5_add_flow_rules() 2446 for (i = 0; i < num_dest; i++) in mlx5_add_flow_rules() 2452 num_dest++; in mlx5_add_flow_rules() 2456 handle = _mlx5_add_flow_rules(ft, spec, flow_act, dest, num_dest); in mlx5_add_flow_rules() 2460 if (list_empty(&handle->rule[num_dest - 1]->next_ft)) { in mlx5_add_flow_rules() 2462 list_add(&handle->rule[num_dest - 1]->next_ft, in mlx5_add_flow_rules() 2465 handle->rule[num_dest - 1]->sw_action = sw_action; in mlx5_add_flow_rules() 2466 handle->rule[num_dest - 1]->ft = ft; in mlx5_add_flow_rules()
|
| A D | eswitch.h | 463 int num_dest);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| 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()
|
| A D | dr_types.h | 1561 int num_dest,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | mlx5hws_action.c | 1354 size_t num_dest, in mlx5hws_action_create_dest_array() argument 1368 if (num_dest <= 1) { in mlx5hws_action_create_dest_array() 1381 dest_list = kcalloc(num_dest, sizeof(*dest_list), GFP_KERNEL); in mlx5hws_action_create_dest_array() 1385 for (i = 0; i < num_dest; i++) { in mlx5hws_action_create_dest_array() 1424 fte_attr.dests_num = num_dest; in mlx5hws_action_create_dest_array() 1440 action->dest_array.num_dest = num_dest; in mlx5hws_action_create_dest_array() 1450 for (i = 0; i < num_dest; i++) { in mlx5hws_action_create_dest_array() 1909 for (i = 0; i < action->dest_array.num_dest; i++) { in hws_action_destroy_hws()
|
| A D | mlx5hws_action.h | 165 size_t num_dest; member
|
| A D | mlx5hws.h | 726 size_t num_dest,
|
| /linux/include/linux/mlx5/ |
| A D | fs.h | 292 int num_dest);
|
Completed in 37 milliseconds