Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDrss_config.c356 rss_hash2cpuid(uint32_t hash_val, uint32_t hash_type) in rss_hash2cpuid() argument
359 switch (hash_type) { in rss_hash2cpuid()
377 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) in rss_hash2bucket() argument
380 switch (hash_type) { in rss_hash2bucket()
HDrss_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,
/NextBSD/sys/netinet/
HDin_rss.c337 uint32_t hash_val, hash_type; in rss_soft_m2cpuid_v4() local
343 &hash_val, &hash_type); in rss_soft_m2cpuid_v4()
350 M_HASHTYPE_SET(m, hash_type); in rss_soft_m2cpuid_v4()
HDudp_usrreq.c1472 uint32_t hash_val, hash_type; in udp_output() local
1490 pr, &hash_val, &hash_type) == 0) { in udp_output()
1492 M_HASHTYPE_SET(m, hash_type); in udp_output()
/NextBSD/sys/netinet6/
HDin6_rss.c358 uint32_t hash_val, hash_type; in rss_soft_m2cpuid_v6() local
364 &hash_val, &hash_type); in rss_soft_m2cpuid_v6()
371 M_HASHTYPE_SET(m, hash_type); in rss_soft_m2cpuid_v6()
HDudp6_usrreq.c839 uint32_t hash_val, hash_type; in udp6_output() local
860 inp->inp_lport, pr, &hash_val, &hash_type) == 0) { in udp6_output()
862 M_HASHTYPE_SET(m, hash_type); in udp6_output()
/NextBSD/sys/dev/vmware/vmxnet3/
HDif_vmxreg.h335 uint16_t hash_type; member
HDif_vmx.c1629 rss->hash_type = in vmxnet3_reinit_rss_shared_data()
/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-virtualpath.c2720 vxge_hal_rth_hash_types_t *hash_type, in vxge_hal_vpath_rts_rth_set() argument
2741 (ptr_t) vpath_handle, algorithm, (ptr_t) hash_type, in vxge_hal_vpath_rts_rth_set()
2774 if (hash_type->hash_type_tcpipv4_en) in vxge_hal_vpath_rts_rth_set()
2778 if (hash_type->hash_type_ipv4_en) in vxge_hal_vpath_rts_rth_set()
2781 if (hash_type->hash_type_tcpipv6_en) in vxge_hal_vpath_rts_rth_set()
2785 if (hash_type->hash_type_ipv6_en) in vxge_hal_vpath_rts_rth_set()
2788 if (hash_type->hash_type_tcpipv6ex_en) in vxge_hal_vpath_rts_rth_set()
2792 if (hash_type->hash_type_ipv6ex_en) in vxge_hal_vpath_rts_rth_set()
2826 vxge_hal_rth_hash_types_t *hash_type, in vxge_hal_vpath_rts_rth_get() argument
2847 (ptr_t) algorithm, (ptr_t) hash_type, in vxge_hal_vpath_rts_rth_get()
[all …]
/NextBSD/sys/dev/qlxgb/
HDqla_hw.h453 uint8_t hash_type; member
HDqla_hw.c552 rss_config.hash_type = (Q8_FWCD_RSS_HASH_TYPE_IPV4_TCP_IP | in qla_config_rss()
/NextBSD/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h221 __u8 hash_type:2; member
223 __u8 hash_type:2; member
/NextBSD/contrib/gcc/cp/
HDmangle.c2823 hash_type (const void *val) in hash_type() function
2850 conv_type_names = htab_create_ggc (31, &hash_type, &compare_type, NULL); in mangle_conv_op_name_for_type()
HDChangeLog-2003386 (hash_type): Use TYPE_UID of the identifier's type.
3799 * mangle.c (hash_type): Val is the TREE_LIST itself, not a pointer
3956 (hash_type): New function.
/NextBSD/sys/dev/nxge/include/
HDxgehal-device.h489 xge_hal_rts_rth_set(xge_hal_device_t *hldev, u8 def_q, u64 hash_type,
/NextBSD/sys/dev/vxge/include/
HDvxgehal-ll.h5082 vxge_hal_rth_hash_types_t *hash_type,
5103 vxge_hal_rth_hash_types_t *hash_type,
/NextBSD/sys/dev/cxgbe/common/
HDt4_msg.h318 __u8 hash_type:2; member
324 __u8 hash_type:2; member
/NextBSD/sys/dev/qlxgbe/
HDql_hw.h430 uint8_t hash_type; member
HDql_hw.c906 c_rss->hash_type = (Q8_MBX_RSS_HASH_TYPE_IPV4_TCP_IP | in qla_config_rss()
/NextBSD/sys/dev/cxgb/
HDcxgb_sge.c2904 if (r->rss_hdr.hash_type && !adap->timestamp) { in process_responses()
3145 rspd->rss_hdr.hash_type, be16toh(rspd->rss_hdr.cq_idx)); in t3_dump_rspq()
/NextBSD/sys/dev/nxge/xgehal/
HDxgehal-device.c6973 xge_hal_rts_rth_set(xge_hal_device_t *hldev, u8 def_q, u64 hash_type, in xge_hal_rts_rth_set() argument
6983 val64 = hash_type; in xge_hal_rts_rth_set()
/NextBSD/sys/dev/cxgbe/
HDt4_sge.c1712 M_HASHTYPE_SET(m0, sw_hashtype[rss->hash_type][rss->ipv6]); in t4_eth_rx()