Lines Matching refs:ib_qp
536 struct ib_qp *qp = context; in __ib_shared_qp_event_handler()
546 static void __ib_insert_xrcd_qp(struct ib_xrcd *xrcd, struct ib_qp *qp) in __ib_insert_xrcd_qp()
553 static struct ib_qp *__ib_open_qp(struct ib_qp *real_qp, in __ib_open_qp()
557 struct ib_qp *qp; in __ib_open_qp()
579 struct ib_qp *ib_open_qp(struct ib_xrcd *xrcd, in ib_open_qp()
582 struct ib_qp *qp, *real_qp; in ib_open_qp()
601 struct ib_qp *ib_create_qp(struct ib_pd *pd, in ib_create_qp()
604 struct ib_qp *qp, *real_qp; in ib_create_qp()
997 int ib_resolve_eth_dmac(struct ib_qp *qp, in ib_resolve_eth_dmac()
1045 int ib_modify_qp(struct ib_qp *qp, in ib_modify_qp()
1059 int ib_query_qp(struct ib_qp *qp, in ib_query_qp()
1070 int ib_close_qp(struct ib_qp *qp) in ib_close_qp()
1072 struct ib_qp *real_qp; in ib_close_qp()
1090 static int __ib_destroy_shared_qp(struct ib_qp *qp) in __ib_destroy_shared_qp()
1093 struct ib_qp *real_qp; in __ib_destroy_shared_qp()
1118 int ib_destroy_qp(struct ib_qp *qp) in ib_destroy_qp()
1369 int ib_attach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid) in ib_attach_mcast()
1385 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid) in ib_detach_mcast()
1423 struct ib_qp *qp; in ib_dealloc_xrcd()
1430 qp = list_entry(xrcd->tgt_qp_list.next, struct ib_qp, xrcd_list); in ib_dealloc_xrcd()
1440 struct ib_flow *ib_create_flow(struct ib_qp *qp, in ib_create_flow()
1458 struct ib_qp *qp = flow_id->qp; in ib_destroy_flow()