Lines Matching refs:ib_qp
348 struct ib_qp *qp = context; in __ib_shared_qp_event_handler()
355 static void __ib_insert_xrcd_qp(struct ib_xrcd *xrcd, struct ib_qp *qp) in __ib_insert_xrcd_qp()
362 static struct ib_qp *__ib_open_qp(struct ib_qp *real_qp, in __ib_open_qp()
366 struct ib_qp *qp; in __ib_open_qp()
388 struct ib_qp *ib_open_qp(struct ib_xrcd *xrcd, in ib_open_qp()
391 struct ib_qp *qp, *real_qp; in ib_open_qp()
410 struct ib_qp *ib_create_qp(struct ib_pd *pd, in ib_create_qp()
413 struct ib_qp *qp, *real_qp; in ib_create_qp()
805 int ib_modify_qp(struct ib_qp *qp, in ib_modify_qp()
813 int ib_query_qp(struct ib_qp *qp, in ib_query_qp()
824 int ib_close_qp(struct ib_qp *qp) in ib_close_qp()
826 struct ib_qp *real_qp; in ib_close_qp()
844 static int __ib_destroy_shared_qp(struct ib_qp *qp) in __ib_destroy_shared_qp()
847 struct ib_qp *real_qp; in __ib_destroy_shared_qp()
872 int ib_destroy_qp(struct ib_qp *qp) in ib_destroy_qp()
1187 int ib_attach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid) in ib_attach_mcast()
1203 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid) in ib_detach_mcast()
1241 struct ib_qp *qp; in ib_dealloc_xrcd()
1248 qp = list_entry(xrcd->tgt_qp_list.next, struct ib_qp, xrcd_list); in ib_dealloc_xrcd()