Searched refs:hash_info (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/sendmail/libsmdb/
H A Dsmdb1.c465 HASHINFO hash_info; local
518 (void) memset(&hash_info, '\0', sizeof hash_info);
519 hash_info.nelem = db_params->smdbp_num_elements;
520 hash_info.cachesize = db_params->smdbp_cache_size;
521 params = &hash_info;
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h64 const uint32_t *hash_info; member in struct:hn_rx_rsc
H A Dif_hn.c242 const uint32_t *hash_info; member in struct:hn_rxinfo
3608 if (rxr->rsc.hash_info != NULL) {
3613 if ((*(rxr->rsc.hash_info) & NDIS_HASH_FUNCTION_MASK) ==
3615 uint32_t type = (*(rxr->rsc.hash_info) & NDIS_HASH_TYPE_MASK &
7137 info->hash_info = (const uint32_t *)data;
7160 info->hash_info = NULL;
7189 rxr->rsc.hash_info = info->hash_info;
7315 info.hash_info = NULL;

Completed in 174 milliseconds