Searched refs:mlx4_phys_to_slaves_pport (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/ |
D | port.c | 1105 slaves_pport = mlx4_phys_to_slaves_pport(dev, port); in mlx4_get_slave_num_gids() 1142 slaves_pport = mlx4_phys_to_slaves_pport(dev, port); in mlx4_get_base_gid_ix() 1870 slaves_pport = mlx4_phys_to_slaves_pport(dev, port); in mlx4_get_slave_from_roce_gid()
|
D | eq.c | 349 struct mlx4_slaves_pport slaves_pport = mlx4_phys_to_slaves_pport(dev, in set_all_slave_state() 607 slaves_port = mlx4_phys_to_slaves_pport(dev, port); in mlx4_eq_int()
|
D | cmd.c | 2819 struct mlx4_slaves_pport mlx4_phys_to_slaves_pport(struct mlx4_dev *dev, in mlx4_phys_to_slaves_pport() function 2839 EXPORT_SYMBOL_GPL(mlx4_phys_to_slaves_pport);
|
D | main.c | 1379 slaves_port1 = mlx4_phys_to_slaves_pport(dev, 1); in mlx4_mf_bond() 1380 slaves_port2 = mlx4_phys_to_slaves_pport(dev, 2); in mlx4_mf_bond()
|
D | resource_tracker.c | 590 mlx4_phys_to_slaves_pport(dev, j + 1); in mlx4_init_resource_tracker()
|
/linux-6.1.9/include/linux/mlx4/ |
D | device.h | 1483 struct mlx4_slaves_pport mlx4_phys_to_slaves_pport(struct mlx4_dev *dev,
|