hw_actions       1339 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 					    __be64 hw_actions[],
hw_actions       1404 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		hw_actions[hw_idx] = hw_action;
hw_actions       1422 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	__be64 *hw_actions;
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);
hw_actions       1440 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (!hw_actions) {
hw_actions       1449 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 					       hw_actions,
hw_actions       1457 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->rewrite.data = (u8 *)hw_actions;
hw_actions       1470 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	kfree(hw_actions);