Lines Matching refs:object_ids
63 struct xarray object_ids; /* second XA level, Key = object id */ member
1439 xa_val_level2 = xa_load(&event->object_ids, sub->xa_key_level2); in devx_cleanup_subscription()
1441 xa_erase(&event->object_ids, in devx_cleanup_subscription()
1506 obj_event = xa_load(&event->object_ids, obj_id); in devx_cq_comp()
1932 xa_val_level2 = xa_load(&event->object_ids, in subscribe_event_xa_dealloc()
1935 xa_erase(&event->object_ids, in subscribe_event_xa_dealloc()
1958 xa_init(&event->object_ids); in subscribe_event_xa_alloc()
1973 obj_event = xa_load(&event->object_ids, key_level2); in subscribe_event_xa_alloc()
1981 err = xa_insert(&event->object_ids, in subscribe_event_xa_alloc()
2213 obj_event = xa_load(&event->object_ids, obj_id); in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT()
2607 obj_event = xa_load(&event->object_ids, obj_id); in devx_event_notifier()