Searched refs:ib_create_ah (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/mthca/ |
| H A D | mthca_mad.c | 89 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 D | ib_verbs.c | 399 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 D | ib_sa_query.c | 536 new_ah->ah = ib_create_ah(port->agent->qp->pd, &ah_attr, RDMA_CREATE_AH_SLEEPABLE); in update_sm_ah()
|
| H A D | ib_cm.c | 352 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 D | ipoib_ib.c | 71 ah->ah = ib_create_ah(pd, attr, RDMA_CREATE_AH_SLEEPABLE); in ipoib_create_ah()
|
| /freebsd/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_mad.c | 201 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 D | ib_verbs.h | 3003 struct ib_ah *ib_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr,
|