Home
last modified time | relevance | path

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

/src/sys/ofed/drivers/infiniband/core/ !
H A Dib_core_uverbs.c157 entry = xa_load(&ucontext->mmap_xa, pgoff); in rdma_user_mmap_entry_get_pgoff()
319 if (xa_load(&ucontext->mmap_xa, i + j) != NULL) { in rdma_user_mmap_entry_insert_range()
H A Dib_rdma_core.c325 uobj = xa_load(&ufile->idr, id); in lookup_get_idr_uobject()
/src/sys/dev/mlx5/mlx5_ib/ !
H A Dmlx5_ib_devx.c1321 event = xa_load(&dev->devx_event_table.event_xa, in devx_cleanup_subscription()
1325 xa_val_level2 = xa_load(&event->object_ids, sub->xa_key_level2); in devx_cleanup_subscription()
1376 event = xa_load(&table->event_xa, MLX5_EVENT_TYPE_COMP); in devx_cq_comp()
1380 obj_event = xa_load(&event->object_ids, obj_id); in devx_cq_comp()
1775 event = xa_load(&devx_event_table->event_xa, key_level1); in subscribe_event_xa_dealloc()
1778 xa_val_level2 = xa_load(&event->object_ids, in subscribe_event_xa_dealloc()
1797 event = xa_load(&devx_event_table->event_xa, key_level1); in subscribe_event_xa_alloc()
1819 obj_event = xa_load(&event->object_ids, key_level2); in subscribe_event_xa_alloc()
2044 event = xa_load(&devx_event_table->event_xa, in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT()
2054 obj_event = xa_load(&event->object_ids, obj_id); in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT()
[all …]
/src/sys/compat/linuxkpi/common/include/linux/ !
H A Dxarray.h67 void *xa_load(struct xarray *, uint32_t);
/src/sys/compat/linuxkpi/common/src/ !
H A Dlinux_xarray.c79 xa_load(struct xarray *xa, uint32_t index) in xa_load() function
/src/sys/dev/mlx5/mlx5_accel/ !
H A Dmlx5_ipsec_offload.c426 sa_entry = xa_load(&dev->ipsec_sadb, be32_to_cpu(object->obj_id)); in mlx5_object_change_event()