Home
last modified time | relevance | path

Searched refs:total_mrs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dmr.c161 ent->total_mrs++; in create_mkey_callback()
265 ent->total_mrs++; in create_cache_mr()
286 ent->total_mrs--; in remove_cache_mr_locked()
336 * Target is the new value of total_mrs the user requests, however we in size_write()
341 if (target < ent->total_mrs - ent->available_mrs) { in size_write()
345 target = target - (ent->total_mrs - ent->available_mrs); in size_write()
369 err = snprintf(lbuf, sizeof(lbuf), "%d\n", ent->total_mrs); in size_read()
635 ent->total_mrs--; in detach_mr_from_cache()
678 ent->total_mrs--; in clean_keys()
H A Dmlx5_ib.h687 * - total_mrs is available_mrs plus all in use MRs that could be
693 u32 total_mrs; member

Completed in 7 milliseconds