Home
last modified time | relevance | path

Searched refs:hqdb_common (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_umap.c1906 query.hqdb_common = umapdb->hdbe_common; in hermon_umap_db_add_nolock()
1959 query.hqdb_common.hdb_key = key; in hermon_umap_db_find_nolock()
1960 query.hqdb_common.hdb_type = type; in hermon_umap_db_find_nolock()
1961 query.hqdb_common.hdb_instance = instance; in hermon_umap_db_find_nolock()
2098 query_common = &((hermon_umap_db_query_t *)q)->hqdb_common; in hermon_umap_db_compare()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h861 hermon_umap_db_common_t hqdb_common; member