Searched refs:ib_create_ah (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_mad.c89 new_ah = ib_create_ah(dev->send_agent[port_num - 1][0]->qp->pd,
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c341 struct ib_ah *ib_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr) function
356 EXPORT_SYMBOL(ib_create_ah); variable
584 return ib_create_ah(pd, &ah_attr);
H A Dib_sa_query.c538 new_ah->ah = ib_create_ah(port->agent->qp->pd, &ah_attr);
H A Dib_user_mad.c512 ah = ib_create_ah(agent->qp->pd, &ah_attr);
H A Dib_cm.c305 ah = ib_create_ah(mad_agent->qp->pd, &av->ah_attr);
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c201 new_ah = ib_create_ah(dev->send_agent[port_num - 1][0]->qp->pd,
543 ah = ib_create_ah(tun_ctx->pd, &attr);
1363 ah = ib_create_ah(sqp_ctx->pd, attr);
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c73 ah->ah = ib_create_ah(pd, attr);
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2593 * ib_create_ah - Creates an address handle for the given address vector.
2600 struct ib_ah *ib_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr);

Completed in 95 milliseconds