Searched refs:ib_create_ah_from_wc (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dagent.c98 ah = ib_create_ah_from_wc(agent->qp->pd, wc, grh, port_num);
101 printk(KERN_ERR SPFX "ib_create_ah_from_wc error:%d\n", ret);
H A Dverbs.c177 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc, function
189 EXPORT_SYMBOL(ib_create_ah_from_wc); variable
H A Dmad_rmpp.c155 ah = ib_create_ah_from_wc(agent->qp->pd, recv_wc->wc,
281 rmpp_recv->ah = ib_create_ah_from_wc(agent->agent.qp->pd,
H A Dcm.c208 ah = ib_create_ah_from_wc(port->mad_agent->qp->pd, mad_recv_wc->wc,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_verbs.h1169 * ib_create_ah_from_wc - Creates an address handle associated with the
1180 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc,

Completed in 70 milliseconds