Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c5318 u8 port_num = mlx5_core_native_port_num(mpi->mdev) - 1; in mlx5_ib_unbind_slave_port()
5373 u8 port_num = mlx5_core_native_port_num(mpi->mdev) - 1; in mlx5_ib_bind_slave_port()
5392 err = get_port_caps(ibdev, mlx5_core_native_port_num(mpi->mdev)); in mlx5_ib_bind_slave_port()
5416 int port_num = mlx5_core_native_port_num(dev->mdev) - 1; in mlx5_ib_init_multiport_master()
5460 (mlx5_core_native_port_num(mpi->mdev) - 1) == i) { in mlx5_ib_init_multiport_master()
5485 int port_num = mlx5_core_native_port_num(dev->mdev) - 1; in mlx5_ib_cleanup_multiport_master()
5664 err = get_port_caps(dev, mlx5_core_native_port_num(mdev)); in mlx5_ib_stage_init_init()
5929 port_num = mlx5_core_native_port_num(dev->mdev) - 1; in mlx5_ib_stage_common_roce_init()
5936 u8 port_num = mlx5_core_native_port_num(dev->mdev) - 1; in mlx5_ib_stage_common_roce_cleanup()
6042 mlx5_core_native_port_num(dev->mdev) - 1); in mlx5_ib_stage_cong_debugfs_init()
[all …]
Dqp.c3004 u8 p = mlx5_core_native_port_num(dev->mdev); in __mlx5_ib_modify_qp()
/Linux-v4.19/include/linux/mlx5/
Ddriver.h1309 static inline int mlx5_core_native_port_num(struct mlx5_core_dev *dev) in mlx5_core_native_port_num() function