Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/accel/
Dtls.h116 int mlx5_accel_tls_init(struct mlx5_core_dev *mdev);
135 static inline int mlx5_accel_tls_init(struct mlx5_core_dev *mdev) { return 0; } in mlx5_accel_tls_init() function
Dtls.c76 int mlx5_accel_tls_init(struct mlx5_core_dev *mdev) in mlx5_accel_tls_init() function
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c1098 err = mlx5_accel_tls_init(dev); in mlx5_load()