Searched defs:mlx4_ib_qp (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h129 struct mlx4_ib_qp { struct
251 static inline struct mlx4_ib_qp *to_mqp(struct ib_qp *ibqp)
253 return container_of(ibqp, struct mlx4_ib_qp, ibqp);
256 static inline struct mlx4_ib_qp *to_mibqp(struct mlx4_qp *mqp)
258 return container_of(mqp, struct mlx4_ib_qp, mqp);
361 int mlx4_ib_add_mc(struct mlx4_ib_dev *mdev, struct mlx4_ib_qp *mqp,

Completed in 126 milliseconds