Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dfs.c154 action->esp_id = (uintptr_t)maction->esp_aes_gcm.ctx; in parse_flow_flow_action()
1615 action->esp_aes_gcm.ib_flags = attr->flags; in mlx5_ib_create_flow_action_esp()
1636 action->esp_aes_gcm.ctx = in mlx5_ib_create_flow_action_esp()
1638 if (IS_ERR(action->esp_aes_gcm.ctx)) { in mlx5_ib_create_flow_action_esp()
1639 err = PTR_ERR(action->esp_aes_gcm.ctx); in mlx5_ib_create_flow_action_esp()
1643 action->esp_aes_gcm.ib_flags = attr->flags; in mlx5_ib_create_flow_action_esp()
1672 if (!(maction->esp_aes_gcm.ib_flags & in mlx5_ib_modify_flow_action_esp()
1678 memcpy(&accel_attrs, &maction->esp_aes_gcm.ctx->attrs, in mlx5_ib_modify_flow_action_esp()
1687 err = mlx5_accel_esp_modify_xfrm(maction->esp_aes_gcm.ctx, in mlx5_ib_modify_flow_action_esp()
1692 maction->esp_aes_gcm.ib_flags &= in mlx5_ib_modify_flow_action_esp()
[all …]
Dmlx5_ib.h874 } esp_aes_gcm; member