Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/
H A Dvport.h147 int mlx5_query_hca_vport_gid(struct mlx5_core_dev *dev, u8 port_num,
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c1141 int mlx5_query_hca_vport_gid(struct mlx5_core_dev *dev, u8 port_num, in mlx5_query_hca_vport_gid() function
1205 EXPORT_SYMBOL_GPL(mlx5_query_hca_vport_gid);
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1026 return mlx5_query_hca_vport_gid(mdev, port, 0, index, gid); in mlx5_ib_query_gid()