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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_umap.c2092 hermon_umap_db_common_t *entry_common, *query_common; local
2098 query_common = &((hermon_umap_db_query_t *)q)->hqdb_common;
2107 if (query_common->hdb_key < entry_common->hdb_key) {
2109 } else if (query_common->hdb_key > entry_common->hdb_key) {
2120 if (query_common->hdb_type < entry_common->hdb_type) {
2122 } else if (query_common->hdb_type > entry_common->hdb_type) {
2145 if (query_common->hdb_instance < entry_common->hdb_instance) {
2147 } else if (query_common->hdb_instance > entry_common->hdb_instance) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_umap.c1765 tavor_umap_db_common_t *entry_common, *query_common; local
1773 query_common = &((tavor_umap_db_query_t *)q)->tqdb_common;
1782 if (query_common->tdb_key < entry_common->tdb_key) {
1785 } else if (query_common->tdb_key > entry_common->tdb_key) {
1797 if (query_common->tdb_type < entry_common->tdb_type) {
1800 } else if (query_common->tdb_type > entry_common->tdb_type) {
1825 if (query_common->tdb_instance < entry_common->tdb_instance) {
1828 } else if (query_common->tdb_instance > entry_common->tdb_instance) {

Completed in 65 milliseconds