Searched refs:maction (Results 1 – 3 of 3) sorted by relevance
175 struct mlx5_ib_flow_action *maction = in UVERBS_HANDLER() local178 ret = parse_flow_flow_action(maction, false, &flow_act); in UVERBS_HANDLER()329 void mlx5_ib_destroy_flow_action_raw(struct mlx5_ib_flow_action *maction) in mlx5_ib_destroy_flow_action_raw() argument331 switch (maction->flow_action_raw.sub_type) { in mlx5_ib_destroy_flow_action_raw()333 mlx5_modify_header_dealloc(maction->flow_action_raw.dev->mdev, in mlx5_ib_destroy_flow_action_raw()334 maction->flow_action_raw.modify_hdr); in mlx5_ib_destroy_flow_action_raw()337 mlx5_packet_reformat_dealloc(maction->flow_action_raw.dev->mdev, in mlx5_ib_destroy_flow_action_raw()338 maction->flow_action_raw.pkt_reformat); in mlx5_ib_destroy_flow_action_raw()353 struct mlx5_ib_flow_action *maction; in mlx5_ib_create_modify_header() local360 maction = kzalloc(sizeof(*maction), GFP_KERNEL); in mlx5_ib_create_modify_header()[all …]
2630 int parse_flow_flow_action(struct mlx5_ib_flow_action *maction, in parse_flow_flow_action() argument2635 switch (maction->ib_action.type) { in parse_flow_flow_action()2641 action->esp_id = (uintptr_t)maction->esp_aes_gcm.ctx; in parse_flow_flow_action()2647 if (maction->flow_action_raw.sub_type == in parse_flow_flow_action()2653 maction->flow_action_raw.modify_hdr; in parse_flow_flow_action()2656 if (maction->flow_action_raw.sub_type == in parse_flow_flow_action()2663 if (maction->flow_action_raw.sub_type == in parse_flow_flow_action()2671 maction->flow_action_raw.pkt_reformat; in parse_flow_flow_action()4277 struct mlx5_ib_flow_action *maction = to_mflow_act(action); in mlx5_ib_modify_flow_action_esp() local4292 if (!(maction->esp_aes_gcm.ib_flags & in mlx5_ib_modify_flow_action_esp()[all …]
924 int parse_flow_flow_action(struct mlx5_ib_flow_action *maction,1354 void mlx5_ib_destroy_flow_action_raw(struct mlx5_ib_flow_action *maction);1368 mlx5_ib_destroy_flow_action_raw(struct mlx5_ib_flow_action *maction) in mlx5_ib_destroy_flow_action_raw() argument