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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dagent.c102 ah = ib_create_ah_from_wc(agent->qp->pd, wc, grh, port_num);
104 printk(KERN_ERR SPFX "ib_create_ah_from_wc error\n");
H A Dmad_rmpp.c160 ah = ib_create_ah_from_wc(agent->qp->pd, recv_wc->wc,
290 rmpp_recv->ah = ib_create_ah_from_wc(agent->agent.qp->pd,
H A Dverbs.c175 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc, function
187 EXPORT_SYMBOL(ib_create_ah_from_wc); variable
H A Dcm.c289 ah = ib_create_ah_from_wc(port->mad_agent->qp->pd, mad_recv_wc->wc,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_verbs.h1285 * ib_create_ah_from_wc - Creates an address handle associated with the
1296 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc,

Completed in 215 milliseconds