Searched refs:mlx4_get_active_ports (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/ |
D | cmd.c | 2002 struct mlx4_active_ports actv_ports = mlx4_get_active_ports( in mlx4_master_activate_admin_state() 2063 struct mlx4_active_ports actv_ports = mlx4_get_active_ports( in mlx4_master_deactivate_admin_state() 2767 struct mlx4_active_ports mlx4_get_active_ports(struct mlx4_dev *dev, int slave) in mlx4_get_active_ports() function 2789 EXPORT_SYMBOL_GPL(mlx4_get_active_ports); 2794 struct mlx4_active_ports actv_ports = mlx4_get_active_ports(dev, slave); in mlx4_slave_convert_port() 2810 struct mlx4_active_ports actv_ports = mlx4_get_active_ports(dev, slave); in mlx4_phys_to_slave_port() 2832 mlx4_get_active_ports(dev, i); in mlx4_phys_to_slaves_pport() 2852 mlx4_get_active_ports(dev, i); in mlx4_phys_to_slaves_pport_actv() 2864 struct mlx4_active_ports actv_ports = mlx4_get_active_ports(dev, slave); in mlx4_slaves_closest_port() 3405 struct mlx4_active_ports actv_ports = mlx4_get_active_ports( in mlx4_vf_set_enable_smi_admin()
|
D | eq.c | 315 struct mlx4_active_ports actv_ports = mlx4_get_active_ports(dev, slave); in mlx4_get_slave_port_state() 332 struct mlx4_active_ports actv_ports = mlx4_get_active_ports(dev, slave); in mlx4_set_slave_port_state() 374 struct mlx4_active_ports actv_ports = mlx4_get_active_ports(dev, slave); in set_and_calc_slave_port_state()
|
D | port.c | 1106 actv_ports = mlx4_get_active_ports(dev, slave); in mlx4_get_slave_num_gids() 1143 actv_ports = mlx4_get_active_ports(dev, slave); in mlx4_get_base_gid_ix() 1214 actv_ports = mlx4_get_active_ports(dev, slave); in mlx4_reset_roce_gids() 1928 actv_ports = mlx4_get_active_ports(dev, candidate_slave_gid); in mlx4_get_slave_from_roce_gid()
|
D | fw.c | 396 mlx4_get_active_ports(dev, slave); in mlx4_QUERY_FUNC_CAP_wrapper() 452 mlx4_get_active_ports(dev, slave); in mlx4_QUERY_FUNC_CAP_wrapper() 1300 actv_ports = mlx4_get_active_ports(dev, slave); in mlx4_QUERY_DEV_CAP_wrapper()
|
D | resource_tracker.c | 487 actv_ports = mlx4_get_active_ports(dev, vf); in mlx4_calc_res_counter_guaranteed() 554 mlx4_get_active_ports(dev, t); in mlx4_init_resource_tracker()
|
/linux-6.1.9/drivers/infiniband/hw/mlx4/ |
D | sysfs.c | 724 actv_ports = mlx4_get_active_ports(dev->dev, slave); in register_one_pkey_tree()
|
D | mad.c | 2179 mlx4_get_active_ports(dev->dev, i); in mlx4_ib_alloc_demux_ctx()
|
D | main.c | 3010 actv_ports = mlx4_get_active_ports(dev, slave); in do_slave_init()
|
/linux-6.1.9/include/linux/mlx4/ |
D | device.h | 1472 struct mlx4_active_ports mlx4_get_active_ports(struct mlx4_dev *dev, int slave);
|