Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/core/
Dagent.c102 ah = ib_create_ah_from_wc(agent->qp->pd, wc, grh, port_num); in agent_send_response()
Dmad_rmpp.c160 ah = ib_create_ah_from_wc(agent->qp->pd, recv_wc->wc, in alloc_response_msg()
290 rmpp_recv->ah = ib_create_ah_from_wc(agent->agent.qp->pd, in create_rmpp_recv()
Dverbs.c247 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc, in ib_create_ah_from_wc() function
259 EXPORT_SYMBOL(ib_create_ah_from_wc);
Dcm.c293 ah = ib_create_ah_from_wc(port->mad_agent->qp->pd, mad_recv_wc->wc, in cm_alloc_response_msg()
/linux-4.1.27/include/rdma/
Dib_verbs.h1817 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc,
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.c469 ah = ib_create_ah_from_wc(mad_agent->qp->pd, mad_wc->wc, in srpt_mad_recv_handler()