Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Dagent.c102 ah = ib_create_ah_from_wc(agent->qp->pd, wc, grh, port_num); in agent_send_response()
H A Dmad_rmpp.c158 ah = ib_create_ah_from_wc(agent->qp->pd, recv_wc->wc, in alloc_response_msg()
286 rmpp_recv->ah = ib_create_ah_from_wc(agent->agent.qp->pd, in create_rmpp_recv()
H A Dverbs.c920 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, const struct ib_wc *wc, in ib_create_ah_from_wc() function
936 EXPORT_SYMBOL(ib_create_ah_from_wc);
H A Dcm.c376 ah = ib_create_ah_from_wc(port->mad_agent->qp->pd, mad_recv_wc->wc, in cm_create_response_msg_ah()
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema.c634 ah = ib_create_ah_from_wc(mad_agent->qp->pd, mad_wc->wc, in vema_recv()
/openbmc/linux/include/rdma/
H A Dib_verbs.h3609 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, const struct ib_wc *wc,
/openbmc/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c546 ah = ib_create_ah_from_wc(mad_agent->qp->pd, mad_wc->wc, in srpt_mad_recv_handler()