Home
last modified time | relevance | path

Searched refs:rxe_drop_ref (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/drivers/infiniband/sw/rxe/
Drxe_mw.c19 rxe_drop_ref(pd); in rxe_alloc_mw()
39 rxe_drop_ref(mr); in rxe_do_dealloc_mw()
46 rxe_drop_ref(qp); in rxe_do_dealloc_mw()
65 rxe_drop_ref(mw); in rxe_dealloc_mw()
66 rxe_drop_ref(pd); in rxe_dealloc_mw()
177 rxe_drop_ref(mw->mr); in rxe_do_bind_mw()
241 rxe_drop_ref(mr); in rxe_bind_mw()
243 rxe_drop_ref(mw); in rxe_bind_mw()
268 rxe_drop_ref(qp); in rxe_do_invalidate_mw()
274 rxe_drop_ref(mr); in rxe_do_invalidate_mw()
[all …]
Drxe_mcast.c30 rxe_drop_ref(grp); in create_grp()
132 rxe_drop_ref(elem); in rxe_mcast_drop_grp_elem()
133 rxe_drop_ref(grp); /* ref held by QP */ in rxe_mcast_drop_grp_elem()
134 rxe_drop_ref(grp); /* ref from get_key */ in rxe_mcast_drop_grp_elem()
141 rxe_drop_ref(grp); /* ref from get_key */ in rxe_mcast_drop_grp_elem()
167 rxe_drop_ref(grp); in rxe_drop_all_mcast_groups()
168 rxe_drop_ref(elem); in rxe_drop_all_mcast_groups()
Drxe_verbs.c121 rxe_drop_ref(uc); in rxe_dealloc_ucontext()
155 rxe_drop_ref(pd); in rxe_dealloc_pd()
208 rxe_drop_ref(ah); in rxe_destroy_ah()
307 rxe_drop_ref(pd); in rxe_create_srq()
308 rxe_drop_ref(srq); in rxe_create_srq()
365 rxe_drop_ref(srq->pd); in rxe_destroy_srq()
366 rxe_drop_ref(srq); in rxe_destroy_srq()
438 rxe_drop_ref(qp); in rxe_create_qp()
483 rxe_drop_ref(qp); in rxe_destroy_qp()
808 rxe_drop_ref(cq); in rxe_destroy_cq()
[all …]
Drxe_qp.c142 rxe_drop_ref(res->read.mr); in free_rd_atomic_resource()
377 rxe_drop_ref(srq); in rxe_qp_from_init()
378 rxe_drop_ref(scq); in rxe_qp_from_init()
379 rxe_drop_ref(rcq); in rxe_qp_from_init()
380 rxe_drop_ref(pd); in rxe_qp_from_init()
539 rxe_drop_ref(qp->resp.mr); in rxe_qp_reset()
815 rxe_drop_ref(qp->srq); in rxe_qp_do_cleanup()
821 rxe_drop_ref(qp->scq); in rxe_qp_do_cleanup()
823 rxe_drop_ref(qp->rcq); in rxe_qp_do_cleanup()
825 rxe_drop_ref(qp->pd); in rxe_qp_do_cleanup()
[all …]
Drxe_mr.c404 rxe_drop_ref(mr); in copy_data()
449 rxe_drop_ref(mr); in copy_data()
455 rxe_drop_ref(mr); in copy_data()
514 rxe_drop_ref(mr); in lookup_mr()
552 rxe_drop_ref(mr); in rxe_invalidate_mr()
568 rxe_drop_ref(mr_pd(mr)); in rxe_dereg_mr()
570 rxe_drop_ref(mr); in rxe_dereg_mr()
Drxe_resp.c102 rxe_drop_ref(qp); in get_req()
482 rxe_drop_ref(mw); in check_rkey()
526 rxe_drop_ref(mr); in check_rkey()
528 rxe_drop_ref(mw); in check_rkey()
1014 rxe_drop_ref(qp); in send_atomic_ack()
1043 rxe_drop_ref(qp); in cleanup()
1049 rxe_drop_ref(qp->resp.mr); in cleanup()
1193 rxe_drop_ref(qp->resp.mr); in do_class_d1e_error()
1207 rxe_drop_ref(qp); in rxe_drain_req_pkts()
1414 rxe_drop_ref(qp); in rxe_responder()
Drxe_recv.c220 rxe_drop_ref(qp); in hdr_check()
303 rxe_drop_ref(mcg); /* drop ref from rxe_pool_get_key. */ in rxe_rcv_mcast_pkt()
400 rxe_drop_ref(pkt->qp); in rxe_rcv()
Drxe_comp.c532 rxe_drop_ref(qp); in rxe_drain_resp_pkts()
554 rxe_drop_ref(qp); in free_pkt()
767 rxe_drop_ref(qp); in rxe_completer()
Drxe_pool.h174 #define rxe_drop_ref(elem) kref_put(&(elem)->pelem.ref_cnt, rxe_elem_release) macro
Drxe_req.c600 rxe_drop_ref(mr); in rxe_do_local_ops()
719 rxe_drop_ref(qp); in rxe_requester()
776 rxe_drop_ref(qp); in rxe_requester()
Drxe_net.c372 rxe_drop_ref(qp); in rxe_skb_tx_dtor()
392 rxe_drop_ref(pkt->qp); in rxe_send()