Home
last modified time | relevance | path

Searched refs:ib_create_ah_from_wc (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/infiniband/core/
Dagent.c102 ah = ib_create_ah_from_wc(agent->qp->pd, wc, grh, port_num); in agent_send_response()
Dmad_rmpp.c163 ah = ib_create_ah_from_wc(agent->qp->pd, recv_wc->wc, in alloc_response_msg()
294 rmpp_recv->ah = ib_create_ah_from_wc(agent->agent.qp->pd, in create_rmpp_recv()
Dverbs.c406 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, const struct ib_wc *wc, in ib_create_ah_from_wc() function
418 EXPORT_SYMBOL(ib_create_ah_from_wc);
Dcm.c295 ah = ib_create_ah_from_wc(port->mad_agent->qp->pd, mad_recv_wc->wc, in cm_alloc_response_msg()
/linux-4.4.14/include/rdma/
Dib_verbs.h2269 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, const struct ib_wc *wc,
/linux-4.4.14/drivers/infiniband/ulp/srpt/
Dib_srpt.c466 ah = ib_create_ah_from_wc(mad_agent->qp->pd, mad_wc->wc, in srpt_mad_recv_handler()