Home
last modified time | relevance | path

Searched refs:hash_type (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-13.1/sys/dev/ice/
H A Dice_rss.h99 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) in rss_hash2bucket() argument
101 switch (hash_type) { in rss_hash2bucket()
H A Dice_lib.c531 u8 lut_type, hash_type; in ice_set_rss_vsi_ctx() local
536 hash_type = ICE_AQ_VSI_Q_OPT_RSS_TPLZ; in ice_set_rss_vsi_ctx()
540 hash_type = ICE_AQ_VSI_Q_OPT_RSS_TPLZ; in ice_set_rss_vsi_ctx()
549 ((hash_type << ICE_AQ_VSI_Q_OPT_RSS_HASH_S) & in ice_set_rss_vsi_ctx()
/freebsd-13.1/sys/net/
H A Drss_config.c357 rss_hash2cpuid(uint32_t hash_val, uint32_t hash_type) in rss_hash2cpuid() argument
360 switch (hash_type) { in rss_hash2cpuid()
378 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) in rss_hash2bucket() argument
381 switch (hash_type) { in rss_hash2bucket()
H A Drss_config.h132 u_int rss_hash2cpuid(uint32_t hash_val, uint32_t hash_type);
133 int rss_hash2bucket(uint32_t hash_val, uint32_t hash_type,
/freebsd-13.1/sys/netinet/
H A Din_rss.c379 uint32_t hash_val, hash_type; in rss_soft_m2cpuid_v4() local
385 &hash_val, &hash_type); in rss_soft_m2cpuid_v4()
392 M_HASHTYPE_SET(m, hash_type); in rss_soft_m2cpuid_v4()
H A Draw_ip.c491 uint32_t hash_type, hash_val; in rip_output() local
494 ip->ip_dst, 0, 0, ip->ip_p, &hash_type); in rip_output()
496 M_HASHTYPE_SET(m, hash_type); in rip_output()
544 uint32_t hash_type, hash_val; in rip_output() local
547 ip->ip_src, 0, 0, ip->ip_p, &hash_type); in rip_output()
549 M_HASHTYPE_SET(m, hash_type); in rip_output()
H A Dtcp_ratelimit.c520 uint32_t hash_type; in rt_setup_new_rs() local
706 hash_type = M_HASHTYPE_RSS_TCP_IPV4; in rt_setup_new_rs()
708 hash_type = M_HASHTYPE_OPAQUE_HASH; in rt_setup_new_rs()
711 hash_type, in rt_setup_new_rs()
H A Dudp_usrreq.c1494 uint32_t hash_val, hash_type; in udp_output() local
1497 lport, fport, pr, &hash_type); in udp_output()
1499 M_HASHTYPE_SET(m, hash_type); in udp_output()
H A Din_pcb.c1395 uint32_t hash_val, hash_type; in in_pcbconnect_setup() local
1398 inp->inp_socket->so_proto->pr_protocol, &hash_type); in in_pcbconnect_setup()
1401 inp->inp_flowtype = hash_type; in in_pcbconnect_setup()
/freebsd-13.1/sys/netinet6/
H A Din6_rss.c402 uint32_t hash_val, hash_type; in rss_soft_m2cpuid_v6() local
408 &hash_val, &hash_type); in rss_soft_m2cpuid_v6()
415 M_HASHTYPE_SET(m, hash_type); in rss_soft_m2cpuid_v6()
H A Draw_ip6.c475 uint32_t hash_type, hash_val; in rip6_output() local
479 &hash_type); in rip6_output()
481 inp->inp_flowtype = hash_type; in rip6_output()
H A Dudp6_usrreq.c951 uint32_t hash_type, hash_val; in udp6_output() local
957 inp->inp_lport, fport, pr, &hash_type); in udp6_output()
959 M_HASHTYPE_SET(m, hash_type); in udp6_output()
H A Din6_pcb.c427 uint32_t hash_type, hash_val; in in6_pcbconnect_mbuf() local
431 inp->inp_socket->so_proto->pr_protocol, &hash_type); in in6_pcbconnect_mbuf()
433 inp->inp_flowtype = hash_type; in in6_pcbconnect_mbuf()
/freebsd-13.1/sys/dev/bnxt/
H A Dbnxt_hwrm.h69 uint32_t hash_type);
H A Dbnxt_hwrm.c944 uint32_t hash_type) in bnxt_hwrm_rss_cfg() argument
950 req.hash_type = htole32(hash_type); in bnxt_hwrm_rss_cfg()
/freebsd-13.1/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h335 uint16_t hash_type; member
/freebsd-13.1/sys/dev/hyperv/netvsc/
H A Dif_hn.c3436 int hash_type = M_HASHTYPE_NONE; in hn_rxpkt() local
3617 hash_type = M_HASHTYPE_OPAQUE_HASH; in hn_rxpkt()
3631 hash_type = M_HASHTYPE_RSS_IPV4; in hn_rxpkt()
3636 hash_type = M_HASHTYPE_RSS_TCP_IPV4; in hn_rxpkt()
3655 hash_type = in hn_rxpkt()
3660 hash_type = def_htype; in hn_rxpkt()
3664 hash_type = def_htype; in hn_rxpkt()
3671 hash_type = M_HASHTYPE_RSS_IPV6; in hn_rxpkt()
3676 hash_type = M_HASHTYPE_RSS_IPV6_EX; in hn_rxpkt()
3691 hash_type = M_HASHTYPE_OPAQUE; in hn_rxpkt()
[all …]
/freebsd-13.1/sys/dev/qlxgb/
H A Dqla_hw.h451 uint8_t hash_type; member
H A Dqla_hw.c553 rss_config.hash_type = (Q8_FWCD_RSS_HASH_TYPE_IPV4_TCP_IP | in qla_config_rss()
/freebsd-13.1/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h222 __u8 hash_type:2; member
224 __u8 hash_type:2; member
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c1246 size_t hash_type = 0; in parse_file_extra_hash() local
1253 if(!read_var_sized(a, &hash_type, &value_len)) in parse_file_extra_hash()
1263 if(hash_type == BLAKE2sp) { in parse_file_extra_hash()
1280 "Unsupported hash type (0x%x)", (int) hash_type); in parse_file_extra_hash()
/freebsd-13.1/sys/dev/qlxgbe/
H A Dql_hw.h431 uint8_t hash_type; member
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3991 uint8_t hash_type; in qlnx_tpa_start() local
4247 hash_type = cqe->bitfields & in qlnx_tpa_start()
4251 switch (hash_type) { in qlnx_tpa_start()
4627 uint8_t hash_type; in qlnx_rx_int() local
4770 hash_type = fp_cqe->bitfields & in qlnx_rx_int()
4774 switch (hash_type) { in qlnx_rx_int()
/freebsd-13.1/sys/dev/cxgbe/common/
H A Dt4_msg.h378 __u8 hash_type:2; member
384 __u8 hash_type:2; member
/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_listen.c1354 MPASS(rss->hash_type == RSS_HASH_TCP); in do_pass_accept_req()

12