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

/freebsd-12-stable/sys/dev/ice/
H A Dice_rss.h88 * @hash_type: the type of the hash
99 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) argument
101 switch (hash_type) {
H A Dice_lib.c501 u8 lut_type, hash_type; local
506 hash_type = ICE_AQ_VSI_Q_OPT_RSS_TPLZ;
510 hash_type = ICE_AQ_VSI_Q_OPT_RSS_TPLZ;
519 ((hash_type << ICE_AQ_VSI_Q_OPT_RSS_HASH_S) &
/freebsd-12-stable/sys/net/
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,
H A Drss_config.c356 rss_hash2cpuid(uint32_t hash_val, uint32_t hash_type) argument
359 switch (hash_type) {
377 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) argument
380 switch (hash_type) {
/freebsd-12-stable/sys/netinet/
H A Din_rss.c337 uint32_t hash_val, hash_type; local
343 &hash_val, &hash_type);
350 M_HASHTYPE_SET(m, hash_type);
H A Dudp_usrreq.c1585 uint32_t hash_val, hash_type; local
1603 pr, &hash_val, &hash_type) == 0) {
1605 M_HASHTYPE_SET(m, hash_type);
/freebsd-12-stable/sys/netinet6/
H A Din6_rss.c358 uint32_t hash_val, hash_type; local
364 &hash_val, &hash_type);
371 M_HASHTYPE_SET(m, hash_type);
H A Dudp6_usrreq.c980 uint32_t hash_val, hash_type; local
1001 inp->inp_lport, pr, &hash_val, &hash_type) == 0) {
1003 M_HASHTYPE_SET(m, hash_type);
/freebsd-12-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.h69 uint32_t hash_type);
H A Dbnxt_hwrm.c951 uint32_t hash_type)
957 req.hash_type = htole32(hash_type);
950 bnxt_hwrm_rss_cfg(struct bnxt_softc *softc, struct bnxt_vnic_info *vnic, uint32_t hash_type) argument
H A Dhsi_struct_def.h15487 uint32_t hash_type; member in struct:hwrm_vnic_rss_cfg_input
15617 uint32_t hash_type; member in struct:hwrm_vnic_rss_qcfg_output
30346 uint16_t hash_type; member in struct:hwrm_struct_data_rss_v2
[all...]
/freebsd-12-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h335 uint16_t hash_type; member in struct:vmxnet3_rss_shared
H A Dif_vmx.c1174 rss->hash_type =
/freebsd-12-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c3427 int hash_type = M_HASHTYPE_NONE; local
3608 hash_type = M_HASHTYPE_OPAQUE_HASH;
3622 hash_type = M_HASHTYPE_RSS_IPV4;
3627 hash_type = M_HASHTYPE_RSS_TCP_IPV4;
3646 hash_type =
3651 hash_type = def_htype;
3655 hash_type = def_htype;
3662 hash_type = M_HASHTYPE_RSS_IPV6;
3667 hash_type = M_HASHTYPE_RSS_IPV6_EX;
3672 hash_type
[all...]
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c1186 size_t hash_type = 0; local
1193 if(!read_var_sized(a, &hash_type, &value_len))
1203 if(hash_type == BLAKE2sp) {
1220 "Unsupported hash type (0x%x)", (int) hash_type);
/freebsd-12-stable/sys/dev/qlxgb/
H A Dqla_hw.h455 uint8_t hash_type; member in struct:_qla_fw_cds_config_rss
H A Dqla_hw.c554 rss_config.hash_type = (Q8_FWCD_RSS_HASH_TYPE_IPV4_TCP_IP |
/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h222 __u8 hash_type:2; member in struct:rss_header
224 __u8 hash_type:2; member in struct:rss_header
/freebsd-12-stable/contrib/gcc/cp/
H A Dmangle.c2823 hash_type (const void *val) function
2850 conv_type_names = htab_create_ggc (31, &hash_type, &compare_type, NULL);
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c4072 uint8_t hash_type; local
4336 hash_type = cqe->bitfields &
4340 switch (hash_type) {
4730 uint8_t hash_type; local
4879 hash_type = fp_cqe->bitfields &
4883 switch (hash_type) {
/freebsd-12-stable/sys/dev/qlxgbe/
H A Dql_hw.h433 uint8_t hash_type; member in struct:_q80_config_rss
H A Dql_hw.c1656 c_rss->hash_type = (Q8_MBX_RSS_HASH_TYPE_IPV4_TCP_IP |
1658 //c_rss->hash_type = (Q8_MBX_RSS_HASH_TYPE_IPV4_TCP |
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_sge.c2932 if (r->rss_hdr.hash_type && !adap->timestamp) {
3176 sbuf_printf(sb, "\tidx=%04d opcode=%02x cpu_idx=%x hash_type=%x cq_idx=%x\n",
3178 rspd->rss_hdr.hash_type, be16toh(rspd->rss_hdr.cq_idx));
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h378 __u8 hash_type:2; member in struct:rss_header
384 __u8 hash_type:2; member in struct:rss_header
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_sge.c1956 M_HASHTYPE_SET(m0, sw_hashtype[d->rss.hash_type][d->rss.ipv6]);

Completed in 507 milliseconds