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

12

/freebsd-11-stable/sys/net/
H A Drss_config.h133 u_int rss_hash2cpuid(uint32_t hash_val, uint32_t hash_type);
134 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-11-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.c1471 uint32_t hash_val, hash_type; local
1489 pr, &hash_val, &hash_type) == 0) {
1491 M_HASHTYPE_SET(m, hash_type);
/freebsd-11-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.c857 uint32_t hash_val, hash_type; local
878 inp->inp_lport, pr, &hash_val, &hash_type) == 0) {
880 M_HASHTYPE_SET(m, hash_type);
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.h69 uint32_t hash_type);
H A Dbnxt_hwrm.c953 uint32_t hash_type)
961 req.hash_type = htole32(hash_type);
952 bnxt_hwrm_rss_cfg(struct bnxt_softc *softc, struct bnxt_vnic_info *vnic, uint32_t hash_type) argument
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h335 uint16_t hash_type; member in struct:vmxnet3_rss_shared
H A Dif_vmx.c1655 rss->hash_type =
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c3401 int hash_type = M_HASHTYPE_NONE; local
3568 hash_type = M_HASHTYPE_OPAQUE_HASH;
3582 hash_type = M_HASHTYPE_RSS_IPV4;
3587 hash_type = M_HASHTYPE_RSS_TCP_IPV4;
3606 hash_type =
3611 hash_type = def_htype;
3615 hash_type = def_htype;
3622 hash_type = M_HASHTYPE_RSS_IPV6;
3627 hash_type = M_HASHTYPE_RSS_IPV6_EX;
3632 hash_type
[all...]
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_hw.h453 uint8_t hash_type; member in struct:_qla_fw_cds_config_rss
H A Dqla_hw.c552 rss_config.hash_type = (Q8_FWCD_RSS_HASH_TYPE_IPV4_TCP_IP |
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-device.h489 xge_hal_rts_rth_set(xge_hal_device_t *hldev, u8 def_q, u64 hash_type,
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c2709 * @hash_type: Hash Type
2720 vxge_hal_rth_hash_types_t *hash_type,
2740 "hash_type = 0x"VXGE_OS_STXFMT", bucket_size = %d",
2741 (ptr_t) vpath_handle, algorithm, (ptr_t) hash_type,
2774 if (hash_type->hash_type_tcpipv4_en)
2778 if (hash_type->hash_type_ipv4_en)
2781 if (hash_type->hash_type_tcpipv6_en)
2785 if (hash_type->hash_type_ipv6_en)
2788 if (hash_type->hash_type_tcpipv6ex_en)
2792 if (hash_type
2718 vxge_hal_vpath_rts_rth_set(vxge_hal_vpath_h vpath_handle, vxge_hal_rth_algoritms_t algorithm, vxge_hal_rth_hash_types_t *hash_type, u16 bucket_size, u16 it_switch) argument
2824 vxge_hal_vpath_rts_rth_get(vxge_hal_vpath_h vpath_handle, vxge_hal_rth_algoritms_t *algorithm, vxge_hal_rth_hash_types_t *hash_type, u8 *table_select, u16 *bucket_size) argument
[all...]
/freebsd-11-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-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h221 __u8 hash_type:2; member in struct:rss_header
223 __u8 hash_type:2; member in struct:rss_header
/freebsd-11-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-11-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h5070 * @hash_type: Hash Type
5082 vxge_hal_rth_hash_types_t *hash_type,
5090 * @hash_type: Buffer to return Hash Type
5103 vxge_hal_rth_hash_types_t *hash_type,
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c4073 uint8_t hash_type; local
4337 hash_type = cqe->bitfields &
4341 switch (hash_type) {
4731 uint8_t hash_type; local
4880 hash_type = fp_cqe->bitfields &
4884 switch (hash_type) {
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.h431 uint8_t hash_type; member in struct:_q80_config_rss
H A Dql_hw.c1654 c_rss->hash_type = (Q8_MBX_RSS_HASH_TYPE_IPV4_TCP_IP |
1656 //c_rss->hash_type = (Q8_MBX_RSS_HASH_TYPE_IPV4_TCP |
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c2902 if (r->rss_hdr.hash_type && !adap->timestamp) {
3138 sbuf_printf(sb, "\tidx=%04d opcode=%02x cpu_idx=%x hash_type=%x cq_idx=%x\n",
3140 rspd->rss_hdr.hash_type, be16toh(rspd->rss_hdr.cq_idx));
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h376 __u8 hash_type:2; member in struct:rss_header
382 __u8 hash_type:2; member in struct:rss_header
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device.c6961 * @hash_type: hash type i.e TcpIpV4, TcpIpV6 etc.
6972 xge_hal_rts_rth_set(xge_hal_device_t *hldev, u8 def_q, u64 hash_type, argument
6982 val64 = hash_type;

Completed in 541 milliseconds

12