Searched refs:xa_load (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_core_uverbs.c | 157 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 D | ib_rdma_core.c | 325 uobj = xa_load(&ufile->idr, id); in lookup_get_idr_uobject()
|
| /freebsd/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | ev.c | 165 qhp = xa_load(&dev->qps, CQE_QPID(err_cqe)); in c4iw_ev_dispatch() 271 chp = xa_load(&dev->cqs, qid); in c4iw_ev_handler()
|
| H A D | iw_cxgbe.h | 318 return xa_load(&rhp->cqs, cqid); in get_chp() 323 return xa_load(&rhp->qps, qpid); in get_qhp()
|
| H A D | mem.c | 739 mhp = xa_load(&rhp->mrs, rkey >> 8); in c4iw_invalidate_mr()
|
| /freebsd/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_devx.c | 1322 event = xa_load(&dev->devx_event_table.event_xa, in devx_cleanup_subscription() 1326 xa_val_level2 = xa_load(&event->object_ids, sub->xa_key_level2); in devx_cleanup_subscription() 1377 event = xa_load(&table->event_xa, MLX5_EVENT_TYPE_COMP); in devx_cq_comp() 1381 obj_event = xa_load(&event->object_ids, obj_id); in devx_cq_comp() 1776 event = xa_load(&devx_event_table->event_xa, key_level1); in subscribe_event_xa_dealloc() 1779 xa_val_level2 = xa_load(&event->object_ids, in subscribe_event_xa_dealloc() 1798 event = xa_load(&devx_event_table->event_xa, key_level1); in subscribe_event_xa_alloc() 1820 obj_event = xa_load(&event->object_ids, key_level2); in subscribe_event_xa_alloc() 2045 event = xa_load(&devx_event_table->event_xa, in UVERBS_HANDLER() 2055 obj_event = xa_load(&event->object_ids, obj_id); in UVERBS_HANDLER() [all …]
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | xarray.h | 85 void *xa_load(struct xarray *, uint32_t);
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_xarray.c | 79 xa_load(struct xarray *xa, uint32_t index) in xa_load() function
|
| /freebsd/sys/dev/mlx5/mlx5_accel/ |
| H A D | mlx5_ipsec_offload.c | 426 sa_entry = xa_load(&dev->ipsec_sadb, be32_to_cpu(object->obj_id)); in mlx5_object_change_event()
|