Searched refs:mlx4_port_info (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/ |
D | main.c | 1134 struct mlx4_port_info *info = container_of(attr, struct mlx4_port_info, in show_port_type() 1150 static int __set_port_type(struct mlx4_port_info *info, in __set_port_type() 1220 struct mlx4_port_info *info = container_of(attr, struct mlx4_port_info, in set_port_type() 1285 struct mlx4_port_info *info = container_of(attr, struct mlx4_port_info, in show_port_ib_mtu() 1301 struct mlx4_port_info *info = container_of(attr, struct mlx4_port_info, in set_port_ib_mtu() 3054 struct mlx4_port_info *info = container_of(devlink_port, in mlx4_devlink_port_type_set() 3055 struct mlx4_port_info, in mlx4_devlink_port_type_set() 3083 struct mlx4_port_info *info = &mlx4_priv(dev)->port[port]; in mlx4_init_port_info() 3157 static void mlx4_cleanup_port_info(struct mlx4_port_info *info) in mlx4_cleanup_port_info()
|
D | intf.c | 386 struct mlx4_port_info *info = &mlx4_priv(dev)->port[port]; in mlx4_get_devlink_port()
|
D | port.c | 152 struct mlx4_port_info *info = &mlx4_priv(dev)->port[port]; in mlx4_find_cached_mac() 184 struct mlx4_port_info *info = &mlx4_priv(dev)->port[port]; in __mlx4_register_mac() 381 struct mlx4_port_info *info; in __mlx4_unregister_mac() 476 struct mlx4_port_info *info = &mlx4_priv(dev)->port[port]; in __mlx4_replace_mac() 1336 struct mlx4_port_info *port_info; in mlx4_common_set_port()
|
D | mlx4.h | 834 struct mlx4_port_info { struct 917 struct mlx4_port_info port[MLX4_MAX_PORTS + 1];
|
D | eq.c | 1232 struct mlx4_port_info *info = in mlx4_init_eq_table()
|