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

/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c89 new_ah = ib_create_ah(dev->send_agent[port_num - 1][0]->qp->pd,
/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Dverbs.c174 struct ib_ah *ib_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr) function
189 EXPORT_SYMBOL(ib_create_ah); variable
256 return ib_create_ah(pd, &ah_attr);
H A Dsa_query.c423 new_ah->ah = ib_create_ah(port->agent->qp->pd, &ah_attr);
H A Duser_mad.c565 ah = ib_create_ah(agent->qp->pd, &ah_attr);
H A Dcm.c271 ah = ib_create_ah(mad_agent->qp->pd, &cm_id_priv->av.ah_attr);
H A Duverbs_cmd.c2585 ah = ib_create_ah(pd, &attr);
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmad.c199 new_ah = ib_create_ah(dev->send_agent[port_num - 1][0]->qp->pd,
517 ah = ib_create_ah(tun_ctx->pd, &attr);
1371 ah = ib_create_ah(sqp_ctx->pd, attr);
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c68 ah->ah = ib_create_ah(pd, attr);
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_verbs.h1967 * ib_create_ah - Creates an address handle for the given address vector.
1974 struct ib_ah *ib_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr);

Completed in 266 milliseconds