Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A 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
H A Dhv_vhca.c201 int mlx5_hv_vhca_init(struct mlx5_hv_vhca *hv_vhca) in mlx5_hv_vhca_init() function
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c1330 mlx5_hv_vhca_init(dev->hv_vhca); in mlx5_load()