Lines Matching refs:ib_qp
377 struct ib_qp *qp = context; in __ib_shared_qp_event_handler()
387 static void __ib_insert_xrcd_qp(struct ib_xrcd *xrcd, struct ib_qp *qp) in __ib_insert_xrcd_qp()
394 static struct ib_qp *__ib_open_qp(struct ib_qp *real_qp, in __ib_open_qp()
398 struct ib_qp *qp; in __ib_open_qp()
420 struct ib_qp *ib_open_qp(struct ib_xrcd *xrcd, in ib_open_qp()
423 struct ib_qp *qp, *real_qp; in ib_open_qp()
442 struct ib_qp *ib_create_qp(struct ib_pd *pd, in ib_create_qp()
445 struct ib_qp *qp, *real_qp; in ib_create_qp()
867 int ib_resolve_eth_l2_attrs(struct ib_qp *qp, in ib_resolve_eth_l2_attrs()
903 int ib_modify_qp(struct ib_qp *qp, in ib_modify_qp()
917 int ib_query_qp(struct ib_qp *qp, in ib_query_qp()
928 int ib_close_qp(struct ib_qp *qp) in ib_close_qp()
930 struct ib_qp *real_qp; in ib_close_qp()
948 static int __ib_destroy_shared_qp(struct ib_qp *qp) in __ib_destroy_shared_qp()
951 struct ib_qp *real_qp; in __ib_destroy_shared_qp()
976 int ib_destroy_qp(struct ib_qp *qp) in ib_destroy_qp()
1344 int ib_attach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid) in ib_attach_mcast()
1360 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid) in ib_detach_mcast()
1398 struct ib_qp *qp; in ib_dealloc_xrcd()
1405 qp = list_entry(xrcd->tgt_qp_list.next, struct ib_qp, xrcd_list); in ib_dealloc_xrcd()
1415 struct ib_flow *ib_create_flow(struct ib_qp *qp, in ib_create_flow()
1433 struct ib_qp *qp = flow_id->qp; in ib_destroy_flow()