Searched refs:devx_event_table (Results 1 – 2 of 2) sorted by relevance
1338 struct mlx5_devx_event_table *devx_event_table; in devx_obj_cleanup() local1355 devx_event_table = &dev->devx_event_table; in devx_obj_cleanup()1357 mutex_lock(&devx_event_table->event_xa_lock); in devx_obj_cleanup()1360 mutex_unlock(&devx_event_table->event_xa_lock); in devx_obj_cleanup()1374 table = &obj->ib_dev->devx_event_table; in devx_cq_comp()1806 err = xa_insert(&devx_event_table->event_xa, in subscribe_event_xa_alloc()1917 struct mlx5_devx_event_table *devx_event_table = &dev->devx_event_table; in UVERBS_HANDLER() local1989 mutex_lock(&devx_event_table->event_xa_lock); in UVERBS_HANDLER()2044 event = xa_load(&devx_event_table->event_xa, in UVERBS_HANDLER()2069 subscribe_event_xa_dealloc(devx_event_table, in UVERBS_HANDLER()[all …]
785 struct mlx5_devx_event_table devx_event_table; member