Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_umap.c1373 query.tqdb_common = umapdb->tdbe_common; in tavor_umap_db_add_nolock()
1426 query.tqdb_common.tdb_key = key; in tavor_umap_db_find_nolock()
1427 query.tqdb_common.tdb_type = type; in tavor_umap_db_find_nolock()
1428 query.tqdb_common.tdb_instance = instance; in tavor_umap_db_find_nolock()
1565 query_common = &((tavor_umap_db_query_t *)q)->tqdb_common; in tavor_umap_db_compare()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h717 tavor_umap_db_common_t tqdb_common; member