Searched refs:mlx5_ipsec_device_caps (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c417 !(mlx5_ipsec_device_caps(mdev) & MLX5_IPSEC_CAP_ESN)) {
431 if (!(mlx5_ipsec_device_caps(mdev) & MLX5_IPSEC_CAP_ESPINUDP)) {
490 if (!(mlx5_ipsec_device_caps(mdev) & MLX5_IPSEC_CAP_CRYPTO)) {
497 if (!(mlx5_ipsec_device_caps(mdev) &
504 !(mlx5_ipsec_device_caps(mdev) & MLX5_IPSEC_CAP_TUNNEL)) {
881 if (!mlx5_ipsec_device_caps(priv->mdev)) {
898 if (mlx5_ipsec_device_caps(priv->mdev) &
905 if (mlx5_ipsec_device_caps(priv->mdev) & MLX5_IPSEC_CAP_TUNNEL) {
923 if (mlx5_ipsec_device_caps(priv->mdev) & MLX5_IPSEC_CAP_TUNNEL)
926 if (mlx5_ipsec_device_caps(pri
[all...]
H A Dipsec.h321 u32 mlx5_ipsec_device_caps(struct mlx5_core_dev *mdev);
371 static inline u32 mlx5_ipsec_device_caps(struct mlx5_core_dev *mdev) function
H A Dipsec_offload.c17 u32 mlx5_ipsec_device_caps(struct mlx5_core_dev *mdev) function
90 EXPORT_SYMBOL_GPL(mlx5_ipsec_device_caps); variable
H A Dipsec_fs.c695 if (mlx5_ipsec_device_caps(mdev) & MLX5_IPSEC_CAP_TUNNEL)
710 if (mlx5_ipsec_device_caps(mdev) & MLX5_IPSEC_CAP_PRIO) {
954 if (mlx5_ipsec_device_caps(mdev) & MLX5_IPSEC_CAP_TUNNEL)
974 if (mlx5_ipsec_device_caps(mdev) & MLX5_IPSEC_CAP_PRIO) {
2339 } else if (mlx5_ipsec_device_caps(mdev) & MLX5_IPSEC_CAP_ROCE) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deq.c593 if (mlx5_ipsec_device_caps(dev) & MLX5_IPSEC_CAP_PACKET_OFFLOAD)
H A Den_main.c1615 if (mlx5_ipsec_device_caps(c->priv->mdev))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.c1008 (mlx5_ipsec_device_caps(mdev) & MLX5_IPSEC_CAP_CRYPTO);

Completed in 196 milliseconds