Lines Matching refs:esp_aes_gcm
2464 action->esp_id = (uintptr_t)maction->esp_aes_gcm.ctx; in parse_flow_flow_action()
3901 action->esp_aes_gcm.ib_flags = attr->flags; in mlx5_ib_create_flow_action_esp()
3922 action->esp_aes_gcm.ctx = in mlx5_ib_create_flow_action_esp()
3924 if (IS_ERR(action->esp_aes_gcm.ctx)) { in mlx5_ib_create_flow_action_esp()
3925 err = PTR_ERR(action->esp_aes_gcm.ctx); in mlx5_ib_create_flow_action_esp()
3929 action->esp_aes_gcm.ib_flags = attr->flags; in mlx5_ib_create_flow_action_esp()
3958 if (!(maction->esp_aes_gcm.ib_flags & in mlx5_ib_modify_flow_action_esp()
3964 memcpy(&accel_attrs, &maction->esp_aes_gcm.ctx->attrs, in mlx5_ib_modify_flow_action_esp()
3973 err = mlx5_accel_esp_modify_xfrm(maction->esp_aes_gcm.ctx, in mlx5_ib_modify_flow_action_esp()
3978 maction->esp_aes_gcm.ib_flags &= in mlx5_ib_modify_flow_action_esp()
3980 maction->esp_aes_gcm.ib_flags |= in mlx5_ib_modify_flow_action_esp()
3996 mlx5_accel_esp_destroy_xfrm(maction->esp_aes_gcm.ctx); in mlx5_ib_destroy_flow_action()