Lines Matching refs:ibdev
446 static inline struct mlx5_ib_dev *to_mdev(struct ib_device *ibdev) in to_mdev() argument
448 return container_of(ibdev, struct mlx5_ib_dev, ib_dev); in to_mdev()
539 struct ib_cq *mlx5_ib_create_cq(struct ib_device *ibdev,
561 int mlx5_ib_process_mad(struct ib_device *ibdev, int mad_flags, u8 port_num,
566 struct ib_xrcd *mlx5_ib_alloc_xrcd(struct ib_device *ibdev,
572 int mlx5_query_mad_ifc_smp_attr_node_info(struct ib_device *ibdev,
574 int mlx5_query_mad_ifc_system_image_guid(struct ib_device *ibdev,
576 int mlx5_query_mad_ifc_max_pkeys(struct ib_device *ibdev,
578 int mlx5_query_mad_ifc_vendor_id(struct ib_device *ibdev,
582 int mlx5_query_mad_ifc_pkey(struct ib_device *ibdev, u8 port, u16 index,
584 int mlx5_query_mad_ifc_gids(struct ib_device *ibdev, u8 port, int index,
586 int mlx5_query_mad_ifc_port(struct ib_device *ibdev, u8 port,
588 int mlx5_ib_query_port(struct ib_device *ibdev, u8 port,
615 int mlx5_ib_odp_init_one(struct mlx5_ib_dev *ibdev);
616 void mlx5_ib_odp_remove_one(struct mlx5_ib_dev *ibdev);
631 static inline int mlx5_ib_odp_init_one(struct mlx5_ib_dev *ibdev) { return 0; } in mlx5_ib_odp_init_one() argument
632 static inline void mlx5_ib_odp_remove_one(struct mlx5_ib_dev *ibdev) {} in mlx5_ib_odp_remove_one() argument