Searched refs:hash_type (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-current/sys/dev/ice/
H A Dice_rss.h87 * @hash_type: the type of the hash
98 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) argument
100 switch (hash_type) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp25 using hash_type = u32;
32 bool eq(hash_type hash, const args_type &args) const;
36 static hash_type hash(const args_type &args);
40 void store(u32 id, const args_type &args, hash_type other_hash);
63 bool ChainedOriginDepotNode::eq(hash_type hash, const args_type &args) const {
80 ChainedOriginDepotNode::hash_type ChainedOriginDepotNode::hash(
109 hash_type other_hash) {
H A Dsanitizer_stackdepot.cpp25 using hash_type = u64;
26 hash_type stack_hash;
33 bool eq(hash_type hash, const args_type &args) const {
37 static hash_type hash(const args_type &args) {
46 void store(u32 id, const args_type &args, hash_type hash);
191 void StackDepotNode::store(u32 id, const args_type &args, hash_type hash) {
H A Dsanitizer_stackdepotbase.h38 typedef typename Node::hash_type hash_type; typedef in class:__sanitizer::StackDepotBase
66 u32 find(u32 s, args_type args, hash_type hash) const;
80 u32 s, args_type args, hash_type hash) const {
121 hash_type h = Node::hash(args);
/freebsd-current/sys/net/
H A Drss_config.h130 u_int rss_hash2cpuid(uint32_t hash_val, uint32_t hash_type);
131 int rss_hash2bucket(uint32_t hash_val, uint32_t hash_type,
H A Drss_config.c349 rss_hash2cpuid(uint32_t hash_val, uint32_t hash_type) argument
352 switch (hash_type) {
370 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) argument
373 switch (hash_type) {
/freebsd-current/sys/netinet/
H A Din_rss.c369 uint32_t hash_val, hash_type; local
375 &hash_val, &hash_type);
382 M_HASHTYPE_SET(m, hash_type);
H A Dsiftr.c734 uint32_t hash_id, hash_type; local
819 hash_id = siftr_get_flowid(inp, INP_IPV4, &hash_type);
852 pn->flowtype = hash_type;
881 uint32_t hash_id, hash_type; local
968 hash_id = siftr_get_flowid(inp, INP_IPV6, &hash_type);
1001 pn->flowtype = hash_type;
H A Draw_ip.c474 uint32_t hash_type, hash_val; local
477 ip->ip_dst, 0, 0, ip->ip_p, &hash_type);
479 M_HASHTYPE_SET(m, hash_type);
527 uint32_t hash_type, hash_val; local
530 ip->ip_src, 0, 0, ip->ip_p, &hash_type);
532 M_HASHTYPE_SET(m, hash_type);
H A Dtcp_ratelimit.c529 uint32_t hash_type; local
715 hash_type = M_HASHTYPE_RSS_TCP_IPV4;
717 hash_type = M_HASHTYPE_OPAQUE_HASH;
720 hash_type,
H A Dudp_usrreq.c1452 uint32_t hash_val, hash_type; local
1455 lport, fport, pr, &hash_type);
1457 M_HASHTYPE_SET(m, hash_type);
H A Din_pcb.c1303 uint32_t hash_val, hash_type; local
1306 inp->inp_socket->so_proto->pr_protocol, &hash_type);
1309 inp->inp_flowtype = hash_type;
/freebsd-current/sys/netinet6/
H A Din6_rss.c394 uint32_t hash_val, hash_type; local
400 &hash_val, &hash_type);
407 M_HASHTYPE_SET(m, hash_type);
H A Draw_ip6.c448 uint32_t hash_type, hash_val; local
451 &dstsock->sin6_addr, 0, 0, inp->inp_ip_p, &hash_type);
453 inp->inp_flowtype = hash_type;
H A Dudp6_usrreq.c920 uint32_t hash_type, hash_val; local
926 inp->inp_lport, fport, pr, &hash_type);
928 M_HASHTYPE_SET(m, hash_type);
H A Din6_pcb.c432 uint32_t hash_type, hash_val; local
436 inp->inp_socket->so_proto->pr_protocol, &hash_type);
438 inp->inp_flowtype = hash_type;
/freebsd-current/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h333 uint16_t hash_type; member in struct:vmxnet3_rss_shared
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.h83 uint32_t hash_type);
H A Dbnxt_hwrm.c2120 uint32_t hash_type)
2126 req.hash_type = htole32(hash_type);
2119 bnxt_hwrm_rss_cfg(struct bnxt_softc *softc, struct bnxt_vnic_info *vnic, uint32_t hash_type) argument
/freebsd-current/sys/dev/hyperv/netvsc/
H A Dif_hn.c3421 int hash_type = M_HASHTYPE_NONE; local
3602 hash_type = M_HASHTYPE_OPAQUE_HASH;
3616 hash_type = M_HASHTYPE_RSS_IPV4;
3621 hash_type = M_HASHTYPE_RSS_TCP_IPV4;
3640 hash_type =
3645 hash_type = def_htype;
3649 hash_type = def_htype;
3656 hash_type = M_HASHTYPE_RSS_IPV6;
3661 hash_type = M_HASHTYPE_RSS_IPV6_EX;
3666 hash_type
[all...]
/freebsd-current/sys/dev/qlxgb/
H A Dqla_hw.h449 uint8_t hash_type; member in struct:_qla_fw_cds_config_rss
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h220 __u8 hash_type:2; member in struct:rss_header
222 __u8 hash_type:2; member in struct:rss_header
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c1251 size_t hash_type = 0; local
1258 if(!read_var_sized(a, &hash_type, &value_len))
1268 if(hash_type == BLAKE2sp) {
1285 "Unsupported hash type (0x%x)", (int) hash_type);
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3933 uint8_t hash_type; local
4185 hash_type = cqe->bitfields &
4189 switch (hash_type) {
4554 uint8_t hash_type; local
4694 hash_type = fp_cqe->bitfields &
4698 switch (hash_type) {
/freebsd-current/sys/dev/qlxgbe/
H A Dql_hw.h429 uint8_t hash_type; member in struct:_q80_config_rss

Completed in 488 milliseconds

12