Lines Matching refs:mlx4_dev
39 struct mlx4_dev;
58 void * (*add) (struct mlx4_dev *dev);
59 void (*remove)(struct mlx4_dev *dev, void *context);
60 void (*event) (struct mlx4_dev *dev, void *context,
62 void * (*get_dev)(struct mlx4_dev *dev, void *context, u8 port);
63 void (*activate)(struct mlx4_dev *dev, void *context);
72 int mlx4_bond(struct mlx4_dev *dev);
73 int mlx4_unbond(struct mlx4_dev *dev);
74 static inline int mlx4_is_bonded(struct mlx4_dev *dev) in mlx4_is_bonded()
79 static inline int mlx4_is_mf_bonded(struct mlx4_dev *dev) in mlx4_is_mf_bonded()
89 int mlx4_port_map_set(struct mlx4_dev *dev, struct mlx4_port_map *v2p);
91 void *mlx4_get_protocol_dev(struct mlx4_dev *dev, enum mlx4_protocol proto, int port);
93 struct devlink_port *mlx4_get_devlink_port(struct mlx4_dev *dev, int port);