Searched refs:mlx4_port_info (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/ |
D | main.c | 1138 struct mlx4_port_info *info = container_of(attr, struct mlx4_port_info, in show_port_type() 1154 static int __set_port_type(struct mlx4_port_info *info, in __set_port_type() 1224 struct mlx4_port_info *info = container_of(attr, struct mlx4_port_info, in set_port_type() 1289 struct mlx4_port_info *info = container_of(attr, struct mlx4_port_info, in show_port_ib_mtu() 1305 struct mlx4_port_info *info = container_of(attr, struct mlx4_port_info, in set_port_ib_mtu() 3058 struct mlx4_port_info *info = container_of(devlink_port, in mlx4_devlink_port_type_set() 3059 struct mlx4_port_info, in mlx4_devlink_port_type_set() 3087 struct mlx4_port_info *info = &mlx4_priv(dev)->port[port]; in mlx4_init_port_info() 3161 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()
|