Home | Sort by: relevance | last modified time | path |
/src/lib/libc/citrus/ | |
citrus_iconv.c | 246 hash_func(const char *key) function in typeref:typename:int 272 hashval = hash_func(convname); |
citrus_mapper.c | 296 * hash_func 299 hash_func(const char *key) function in typeref:typename:int 331 hashval = hash_func(mapname); |
/src/sys/altq/ | |
altq_wfq.h | 123 u_long (*hash_func)(struct flowinfo *, int); member in struct:wfqstate |
/src/sys/dev/pci/ | |
if_vmxreg.h | 330 uint16_t hash_func; member in struct:vmxnet3_rss_shared |
/src/sys/external/bsd/ena-com/ | |
ena_com.h | 316 enum ena_admin_hash_functions hash_func; member in struct:ena_rss |
/src/sys/dev/hyperv/ | |
if_hvn.c | 4116 uint32_t hash_func = 0, hash_types = 0; local in function:hvn_get_rsscaps 4203 hash_func = 1 << (hash_fnidx - 1); /* ffs is 1-based */ 4219 sc->sc_rss_hcap = hash_func | hash_types; |