Lines Matching refs:esp_aes_gcm
2641 action->esp_id = (uintptr_t)maction->esp_aes_gcm.ctx; in parse_flow_flow_action()
4235 action->esp_aes_gcm.ib_flags = attr->flags; in mlx5_ib_create_flow_action_esp()
4256 action->esp_aes_gcm.ctx = in mlx5_ib_create_flow_action_esp()
4258 if (IS_ERR(action->esp_aes_gcm.ctx)) { in mlx5_ib_create_flow_action_esp()
4259 err = PTR_ERR(action->esp_aes_gcm.ctx); in mlx5_ib_create_flow_action_esp()
4263 action->esp_aes_gcm.ib_flags = attr->flags; in mlx5_ib_create_flow_action_esp()
4292 if (!(maction->esp_aes_gcm.ib_flags & in mlx5_ib_modify_flow_action_esp()
4298 memcpy(&accel_attrs, &maction->esp_aes_gcm.ctx->attrs, in mlx5_ib_modify_flow_action_esp()
4307 err = mlx5_accel_esp_modify_xfrm(maction->esp_aes_gcm.ctx, in mlx5_ib_modify_flow_action_esp()
4312 maction->esp_aes_gcm.ib_flags &= in mlx5_ib_modify_flow_action_esp()
4314 maction->esp_aes_gcm.ib_flags |= in mlx5_ib_modify_flow_action_esp()
4330 mlx5_accel_esp_destroy_xfrm(maction->esp_aes_gcm.ctx); in mlx5_ib_destroy_flow_action()