Lines Matching refs:ibv_qp
207 struct ibv_qp ibv_qp; member
278 static inline struct mthca_qp *to_mqp(struct ibv_qp *ibqp) in to_mqp()
347 struct ibv_qp *mthca_create_qp(struct ibv_pd *pd, struct ibv_qp_init_attr *attr);
348 int mthca_query_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr,
351 int mthca_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr,
353 int mthca_destroy_qp(struct ibv_qp *qp);
355 int mthca_tavor_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr,
357 int mthca_tavor_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr,
359 int mthca_arbel_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr,
361 int mthca_arbel_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr,
375 int mthca_attach_mcast(struct ibv_qp *qp, union ibv_gid *gid, uint16_t lid);
376 int mthca_detach_mcast(struct ibv_qp *qp, union ibv_gid *gid, uint16_t lid);