Searched refs:mlx5_core_native_port_num (Results 1 – 3 of 3) sorted by relevance
1929 u8 port = mlx5_core_native_port_num(dev->mdev) - 1; in mlx5_ib_alloc_ucontext()3403 u8 port_num = mlx5_core_native_port_num(mpi->mdev) - 1; in mlx5_ib_unbind_slave_port()3461 u8 port_num = mlx5_core_native_port_num(mpi->mdev) - 1; in mlx5_ib_bind_slave_port()3483 err = get_port_caps(ibdev, mlx5_core_native_port_num(mpi->mdev)); in mlx5_ib_bind_slave_port()3508 int port_num = mlx5_core_native_port_num(dev->mdev) - 1; in mlx5_ib_init_multiport_master()3552 (mlx5_core_native_port_num(mpi->mdev) - 1) == i) { in mlx5_ib_init_multiport_master()3578 int port_num = mlx5_core_native_port_num(dev->mdev) - 1; in mlx5_ib_cleanup_multiport_master()3960 err = get_port_caps(dev, mlx5_core_native_port_num(mdev)); in mlx5_ib_stage_init_init()4285 port_num = mlx5_core_native_port_num(dev->mdev) - 1; in mlx5_ib_roce_init()4322 port_num = mlx5_core_native_port_num(dev->mdev) - 1; in mlx5_ib_roce_cleanup()[all …]
3659 u8 port_num = mlx5_core_native_port_num(dev->mdev) - 1; in get_tx_affinity_rr()
1192 static inline int mlx5_core_native_port_num(struct mlx5_core_dev *dev) in mlx5_core_native_port_num() function