Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dhv_vhca.h34 int mlx5_hv_vhca_init(struct mlx5_hv_vhca *hv_vhca);
65 static inline int mlx5_hv_vhca_init(struct mlx5_hv_vhca *hv_vhca) in mlx5_hv_vhca_init() function
Dhv_vhca.c201 int mlx5_hv_vhca_init(struct mlx5_hv_vhca *hv_vhca) in mlx5_hv_vhca_init() function
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c1084 mlx5_hv_vhca_init(dev->hv_vhca); in mlx5_load()