Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/mlx5/
Dmain.c1960 u32 port = mlx5_core_native_port_num(dev->mdev) - 1; in mlx5_ib_alloc_ucontext()
3171 u32 port_num = mlx5_core_native_port_num(mpi->mdev) - 1; in mlx5_ib_unbind_slave_port()
3236 u32 port_num = mlx5_core_native_port_num(mpi->mdev) - 1; in mlx5_ib_bind_slave_port()
3283 u32 port_num = mlx5_core_native_port_num(dev->mdev) - 1; in mlx5_ib_init_multiport_master()
3327 (mlx5_core_native_port_num(mpi->mdev) - 1) == i) { in mlx5_ib_init_multiport_master()
3351 u32 port_num = mlx5_core_native_port_num(dev->mdev) - 1; in mlx5_ib_cleanup_multiport_master()
3981 port_num = mlx5_core_native_port_num(dev->mdev) - 1; in mlx5_ib_roce_init()
4010 port_num = mlx5_core_native_port_num(dev->mdev) - 1; in mlx5_ib_roce_cleanup()
4018 mlx5_core_native_port_num(dev->mdev) - 1); in mlx5_ib_stage_cong_debugfs_init()
4025 mlx5_core_native_port_num(dev->mdev) - 1); in mlx5_ib_stage_cong_debugfs_cleanup()
Dqp.c3990 u8 port_num = mlx5_core_native_port_num(dev->mdev) - 1; in get_tx_affinity_rr()
/linux-6.6.21/include/linux/mlx5/
Ddriver.h1297 static inline int mlx5_core_native_port_num(struct mlx5_core_dev *dev) in mlx5_core_native_port_num() function