Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dtls.h90 static inline bool mlx5e_is_tls_on(struct mlx5e_priv *priv) in mlx5e_is_tls_on() function
111 static inline bool mlx5e_is_tls_on(struct mlx5e_priv *priv) { return false; } in mlx5e_is_tls_on() function
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c880 if (mlx5e_is_tls_on(c->priv) && !mlx5_accel_is_ktls_device(c->mdev)) in mlx5e_open_rq()