Searched refs:ib_create_ah_from_wc (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/ofed/drivers/infiniband/core/ |
| HD | agent.c | 102 ah = ib_create_ah_from_wc(agent->qp->pd, wc, grh, port_num); in agent_send_response()
|
| HD | verbs.c | 191 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc, in ib_create_ah_from_wc() function 203 EXPORT_SYMBOL(ib_create_ah_from_wc);
|
| HD | mad_rmpp.c | 158 ah = ib_create_ah_from_wc(agent->qp->pd, recv_wc->wc, in alloc_response_msg() 288 rmpp_recv->ah = ib_create_ah_from_wc(agent->agent.qp->pd, in create_rmpp_recv()
|
| HD | cm.c | 302 ah = ib_create_ah_from_wc(port->mad_agent->qp->pd, mad_recv_wc->wc, in cm_alloc_response_msg()
|
| /trueos/sys/ofed/include/rdma/ |
| HD | ib_verbs.h | 1527 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc,
|