Searched refs:dhx_num_entries (Results 1 – 2 of 2) sorted by relevance
75 if (be32toh(dhx->dhx_num_entries)*_CITRUS_DB_ENTRY_SIZE > in _citrus_db_open()111 num_entries = be32toh(dhx->dhx_num_entries); in _citrus_db_lookup()289 return ((int)be32toh(dhx->dhx_num_entries)); in _citrus_db_get_number_of_entries()305 num_entries = be32toh(dhx->dhx_num_entries); in _citrus_db_get_entry()
72 uint32_t dhx_num_entries; member