Searched refs:MLX5_CAP_PSP (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | psp.h | 38 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 D | psp.c | 1087 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 D | device.h | 1256 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 D | main.c | 1769 MLX5_CAP_PSP,
|