Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dtls.h94 static inline bool mlx5e_is_tls_on(struct mlx5e_priv *priv) in mlx5e_is_tls_on() function
122 static inline bool mlx5e_is_tls_on(struct mlx5e_priv *priv) { return false; } in mlx5e_is_tls_on() function
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c860 if (mlx5e_is_tls_on(rq->priv) && !mlx5e_accel_is_ktls_device(mdev)) in mlx5e_open_rq()