Searched refs:hashtype (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | in_rss.c | 133 *hashtype = M_HASHTYPE_RSS_TCP_IPV4; in rss_proto_software_hash_v4() 139 *hashtype = M_HASHTYPE_RSS_UDP_IPV4; in rss_proto_software_hash_v4() 145 *hashtype = M_HASHTYPE_RSS_IPV4; in rss_proto_software_hash_v4() 178 *hashtype = M_HASHTYPE_RSS_TCP_IPV4; in xps_proto_software_hash_v4() 183 *hashtype = M_HASHTYPE_RSS_UDP_IPV4; in xps_proto_software_hash_v4() 188 *hashtype = M_HASHTYPE_RSS_IPV4; in xps_proto_software_hash_v4() 192 *hashtype = M_HASHTYPE_NONE; in xps_proto_software_hash_v4() 213 uint32_t *hashtype) in rss_mbuf_software_hash_v4() argument 334 hashtype); in rss_mbuf_software_hash_v4() 348 hashtype); in rss_mbuf_software_hash_v4() [all …]
|
| H A D | in_rss.h | 49 uint32_t *hashval, uint32_t *hashtype); 53 uint32_t *hashtype); 57 u_short sp, u_short dp, int proto, uint32_t *hashtype);
|
| H A D | in_pcbgroup.c | 246 in_pcbgroup_byhash(struct inpcbinfo *pcbinfo, u_int hashtype, uint32_t hash) in in_pcbgroup_byhash() argument 251 hashtype == M_HASHTYPE_RSS_TCP_IPV4) || in in_pcbgroup_byhash() 253 hashtype == M_HASHTYPE_RSS_UDP_IPV4) || in in_pcbgroup_byhash() 255 hashtype == M_HASHTYPE_RSS_IPV4)) in in_pcbgroup_byhash()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_rss.c | 134 *hashtype = M_HASHTYPE_RSS_TCP_IPV6; in rss_proto_software_hash_v6() 140 *hashtype = M_HASHTYPE_RSS_UDP_IPV6; in rss_proto_software_hash_v6() 146 *hashtype = M_HASHTYPE_RSS_IPV6; in rss_proto_software_hash_v6() 180 *hashtype = M_HASHTYPE_RSS_TCP_IPV6; in xps_proto_software_hash_v6() 185 *hashtype = M_HASHTYPE_RSS_UDP_IPV6; in xps_proto_software_hash_v6() 190 *hashtype = M_HASHTYPE_RSS_IPV6; in xps_proto_software_hash_v6() 194 *hashtype = M_HASHTYPE_NONE; in xps_proto_software_hash_v6() 216 uint32_t *hashtype) in rss_mbuf_software_hash_v6() argument 358 hashtype); in rss_mbuf_software_hash_v6() 371 hashtype); in rss_mbuf_software_hash_v6() [all …]
|
| H A D | in6_pcbgroup.c | 75 in6_pcbgroup_byhash(struct inpcbinfo *pcbinfo, u_int hashtype, uint32_t hash) in in6_pcbgroup_byhash() argument 80 hashtype == M_HASHTYPE_RSS_TCP_IPV6) || in in6_pcbgroup_byhash() 82 hashtype == M_HASHTYPE_RSS_UDP_IPV6) || in in6_pcbgroup_byhash() 84 hashtype == M_HASHTYPE_RSS_IPV6)) in in6_pcbgroup_byhash()
|
| H A D | in6_rss.h | 50 uint32_t *hashval, uint32_t *hashtype); 54 uint32_t *hashtype); 59 int proto, uint32_t *hashtype);
|
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_mark_mgr.c | 31 uint32_t idx = 0, hashtype = 0; in ulp_mark_db_idx_get() local 34 TF_GET_HASH_TYPE_FROM_GFID(fid, hashtype); in ulp_mark_db_idx_get() 39 if (hashtype) in ulp_mark_db_idx_get()
|