Home
last modified time | relevance | path

Searched refs:IB_DEVICE_LOCAL_DMA_LKEY (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
HDprovider.c439 dev->device_cap_flags = IB_DEVICE_LOCAL_DMA_LKEY | IB_DEVICE_MEM_WINDOW; in c4iw_register_device()
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
HDib_verbs.c273 if (device->attrs.device_cap_flags & IB_DEVICE_LOCAL_DMA_LKEY) in __ib_alloc_pd()
299 if (!(device->attrs.device_cap_flags & IB_DEVICE_LOCAL_DMA_LKEY)) in __ib_alloc_pd()
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_provider.c1072 (IB_DEVICE_LOCAL_DMA_LKEY | in iwch_register_device()
/freebsd-11-stable/sys/ofed/include/rdma/
HDib_verbs.h187 IB_DEVICE_LOCAL_DMA_LKEY = (1 << 15), enumerator
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib_main.c507 props->device_cap_flags |= IB_DEVICE_LOCAL_DMA_LKEY; in mlx4_ib_query_device()