Home
last modified time | relevance | path

Searched refs:esp_aes_gcm (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmain.c2641 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()
[all …]
Dmlx5_ib.h867 } esp_aes_gcm; member