Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_action.c1187 u32 ref_act_cnt; in mlx5dr_action_create_mult_dest_tbl() local
1201 if (unlikely(check_mul_overflow(num_of_dests, 2u, &ref_act_cnt))) in mlx5dr_action_create_mult_dest_tbl()
1204 ref_actions = kcalloc(ref_act_cnt, sizeof(*ref_actions), GFP_KERNEL); in mlx5dr_action_create_mult_dest_tbl()