Home
last modified time | relevance | path

Searched refs:RDMA_CREATE_AH_SLEEPABLE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c364 might_sleep_if(flags & RDMA_CREATE_AH_SLEEPABLE); in _ib_create_ah()
371 (flags & RDMA_CREATE_AH_SLEEPABLE) ? GFP_KERNEL : GFP_ATOMIC); in _ib_create_ah()
436 return _ib_create_ah(pd, ah_attr, RDMA_CREATE_AH_SLEEPABLE, udata); in ib_create_user_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()
/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/irdma/
H A Dirdma_kcompat.c531 bool sleep = (flags & RDMA_CREATE_AH_SLEEPABLE) != 0; in irdma_create_ah()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2991 RDMA_CREATE_AH_SLEEPABLE = BIT(0), enumerator
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c1006 block = !(flags & RDMA_CREATE_AH_SLEEPABLE); in bnxt_re_create_ah()