Home
last modified time | relevance | path

Searched refs:mlx5e_is_macsec_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec_stats.c28 if (mlx5e_is_macsec_device(priv->mdev)) in MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS()
43 if (!mlx5e_is_macsec_device(priv->mdev)) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS()
61 if (!mlx5e_is_macsec_device(priv->mdev)) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
Dmacsec.c1689 if (!mlx5e_is_macsec_device(priv->mdev)) in mlx5e_macsec_build_netdev()
1706 if (!mlx5e_is_macsec_device(priv->mdev)) { in mlx5e_macsec_init()
/Linux-v6.6/include/linux/mlx5/
Ddriver.h1331 static inline bool mlx5e_is_macsec_device(const struct mlx5_core_dev *mdev) in mlx5e_is_macsec_device() function
1369 !mlx5e_is_macsec_device(mdev) || !mdev->macsec_fs) in mlx5_is_macsec_roce_supported()