Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_action.c1178 u32 ref_act_cnt; in mlx5dr_action_create_mult_dest_tbl() local
1191 if (unlikely(check_mul_overflow(num_of_dests, 2u, &ref_act_cnt))) in mlx5dr_action_create_mult_dest_tbl()
1194 ref_actions = kcalloc(ref_act_cnt, sizeof(*ref_actions), GFP_KERNEL); in mlx5dr_action_create_mult_dest_tbl()