Lines Matching refs:mlx4_dev
38 struct mlx4_dev;
57 void * (*add) (struct mlx4_dev *dev);
58 void (*remove)(struct mlx4_dev *dev, void *context);
59 void (*event) (struct mlx4_dev *dev, void *context,
61 void * (*get_dev)(struct mlx4_dev *dev, void *context, u8 port);
62 void (*activate)(struct mlx4_dev *dev, void *context);
71 int mlx4_bond(struct mlx4_dev *dev);
72 int mlx4_unbond(struct mlx4_dev *dev);
73 static inline int mlx4_is_bonded(struct mlx4_dev *dev) in mlx4_is_bonded()
83 int mlx4_port_map_set(struct mlx4_dev *dev, struct mlx4_port_map *v2p);
85 void *mlx4_get_protocol_dev(struct mlx4_dev *dev, enum mlx4_protocol proto, int port);