Searched refs:ib_create_ah_from_wc (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_agent.c | 104 ah = ib_create_ah_from_wc(agent->qp->pd, wc, grh, port_num); in agent_send_response()
|
H A D | ib_mad_rmpp.c | 166 ah = ib_create_ah_from_wc(agent->qp->pd, recv_wc->wc, in alloc_response_msg() 297 rmpp_recv->ah = ib_create_ah_from_wc(agent->agent.qp->pd, in create_rmpp_recv()
|
H A D | ib_verbs.c | 656 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, const struct ib_wc *wc, in ib_create_ah_from_wc() function 668 EXPORT_SYMBOL(ib_create_ah_from_wc);
|
H A D | ib_cm.c | 397 ah = ib_create_ah_from_wc(port->mad_agent->qp->pd, mad_recv_wc->wc, in cm_create_response_msg_ah()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 3049 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, const struct ib_wc *wc,
|