max_hw_actions   1336 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 					    u32 max_hw_actions,
max_hw_actions   1397 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			if ((num_sw_actions + hw_idx - i) >= max_hw_actions) {
max_hw_actions   1419 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	u32 max_hw_actions;
max_hw_actions   1427 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	max_hw_actions = mlx5dr_icm_pool_chunk_size_to_entries(DR_CHUNK_SIZE_16);
max_hw_actions   1429 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (num_sw_actions > max_hw_actions) {
max_hw_actions   1431 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			   num_sw_actions, max_hw_actions);
max_hw_actions   1439 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	hw_actions = kcalloc(1, max_hw_actions * DR_MODIFY_ACTION_SIZE, GFP_KERNEL);
max_hw_actions   1446 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 					       max_hw_actions,