Home
last modified time | relevance | path

Searched refs:MLX5_CAP_PSP (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dpsp.h38 if (!MLX5_CAP_PSP(mdev, psp_crypto_offload) || in mlx5_is_psp_device()
39 !MLX5_CAP_PSP(mdev, psp_crypto_esp_aes_gcm_128_encrypt) || in mlx5_is_psp_device()
40 !MLX5_CAP_PSP(mdev, psp_crypto_esp_aes_gcm_128_decrypt)) in mlx5_is_psp_device()
H A Dpsp.c1087 if (MLX5_CAP_PSP(priv->mdev, psp_crypto_esp_aes_gcm_256_encrypt) && in mlx5e_psp_register()
1088 MLX5_CAP_PSP(priv->mdev, psp_crypto_esp_aes_gcm_256_decrypt)) in mlx5e_psp_register()
/linux/include/linux/mlx5/
H A Ddevice.h1256 MLX5_CAP_PSP = 0x1e, enumerator
1496 #define MLX5_CAP_PSP(mdev, cap)\ macro
1497 MLX5_GET(psp_cap, (mdev)->caps.hca[MLX5_CAP_PSP]->cur, cap)
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c1769 MLX5_CAP_PSP,