Searched defs:hermon_umap_db_entry_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h797 * which consists of the "hermon_umap_db_entry_t" (below) and a lock to ensure
818 * between the database entries ("hermon_umap_db_entry_t") and the structure
839 * The hermon_umap_db_entry_t structure is the entry in "userland resources
848 } hermon_umap_db_entry_t; typedef in typeref:struct:hermon_umap_db_entry_s
985 hermon_umap_db_entry_t *hermon_umap_db_alloc(uint_t instance, uint64_t key,
987 void hermon_umap_db_free(hermon_umap_db_entry_t *umapdb);
988 void hermon_umap_db_add(hermon_umap_db_entry_t *umapdb);
989 void hermon_umap_db_add_nolock(hermon_umap_db_entry_t *umapdb);
991 uint64_t *value, uint_t flags, hermon_umap_db_entry_t **umapdb);
993 uint64_t *value, uint_t flags, hermon_umap_db_entry_t **umapd
[all...]

Completed in 72 milliseconds