/src/sys/dev/pci/ |
if_vmxreg.h | 333 uint8_t hash_key[UPT1_RSS_MAX_KEY_SIZE]; member in struct:vmxnet3_rss_shared
|
/src/sys/external/bsd/ena-com/ |
ena_com.c | 971 sizeof(*rss->hash_key), 972 rss->hash_key, 976 if (unlikely(!rss->hash_key)) 986 if (rss->hash_key) 988 sizeof(*rss->hash_key), 989 rss->hash_key, 992 rss->hash_key = NULL; 2277 cmd.control_buffer.length = sizeof(*rss->hash_key); 2299 struct ena_admin_feature_rss_flow_hash_control *hash_key = local in function:ena_com_fill_hash_function 2300 rss->hash_key; 2354 struct ena_admin_feature_rss_flow_hash_control *hash_key = local in function:ena_com_get_hash_function [all...] |
ena_com.h | 317 struct ena_admin_feature_rss_flow_hash_control *hash_key; member in struct:ena_rss
|
/src/sys/netipsec/ |
key.c | 424 #define SAVLUT_READER_FOREACH(sav, dst, proto, hash_key) \ 426 &key_sad.savlut[key_savluthash(dst, proto, hash_key, \ 1269 uint32_t hash_key = spi; local in function:key_lookup_sa 1292 hash_key = algo; 1312 SAVLUT_READER_FOREACH(sav, &dst->sa, proto, hash_key) { 8758 uint32_t hash_key; local in function:key_savlut_writer_insert_head 8764 hash_key = sav->spi; 8767 sav->sah->saidx.proto, hash_key, key_sad.savlutmask);
|