Home
last modified time | relevance | path

Searched refs:ib_create_ah (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/mthca/
H A Dmthca_mad.c89 new_ah = ib_create_ah(dev->send_agent[port_num - 1][0]->qp->pd, in update_sm_ah()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c399 struct ib_ah *ib_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr, in ib_create_ah() function
408 EXPORT_SYMBOL(ib_create_ah);
666 return ib_create_ah(pd, &ah_attr, RDMA_CREATE_AH_SLEEPABLE); in ib_create_ah_from_wc()
H A Dib_sa_query.c536 new_ah->ah = ib_create_ah(port->agent->qp->pd, &ah_attr, RDMA_CREATE_AH_SLEEPABLE); in update_sm_ah()
H A Dib_cm.c352 ah = ib_create_ah(mad_agent->qp->pd, &av->ah_attr, 0); in cm_alloc_msg()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c71 ah->ah = ib_create_ah(pd, attr, RDMA_CREATE_AH_SLEEPABLE); in ipoib_create_ah()
/freebsd/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, in update_sm_ah()
543 ah = ib_create_ah(tun_ctx->pd, &attr, 0); in mlx4_ib_send_to_slave()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h3003 struct ib_ah *ib_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr,