Searched refs:hashtype (Results 1 – 6 of 6) sorted by relevance
| /src/sys/netinet/ |
| H A D | in_rss.c | 114 uint32_t *hashval, uint32_t *hashtype) in rss_proto_software_hash_v4() argument 126 *hashtype = M_HASHTYPE_RSS_TCP_IPV4; in rss_proto_software_hash_v4() 132 *hashtype = M_HASHTYPE_RSS_UDP_IPV4; in rss_proto_software_hash_v4() 138 *hashtype = M_HASHTYPE_RSS_IPV4; in rss_proto_software_hash_v4() 160 u_short sp, u_short dp, int proto, uint32_t *hashtype) in xps_proto_software_hash_v4() argument 171 *hashtype = M_HASHTYPE_RSS_TCP_IPV4; in xps_proto_software_hash_v4() 176 *hashtype = M_HASHTYPE_RSS_UDP_IPV4; in xps_proto_software_hash_v4() 181 *hashtype = M_HASHTYPE_RSS_IPV4; in xps_proto_software_hash_v4() 185 *hashtype = M_HASHTYPE_NONE; in xps_proto_software_hash_v4() 206 uint32_t *hashtype) in rss_mbuf_software_hash_v4() argument [all …]
|
| H A D | in_rss.h | 47 uint32_t *hashval, uint32_t *hashtype); 51 uint32_t *hashtype); 55 u_short sp, u_short dp, int proto, uint32_t *hashtype);
|
| /src/sys/netinet6/ |
| H A D | in6_rss.c | 115 uint32_t *hashval, uint32_t *hashtype) in rss_proto_software_hash_v6() argument 127 *hashtype = M_HASHTYPE_RSS_TCP_IPV6; in rss_proto_software_hash_v6() 133 *hashtype = M_HASHTYPE_RSS_UDP_IPV6; in rss_proto_software_hash_v6() 139 *hashtype = M_HASHTYPE_RSS_IPV6; in rss_proto_software_hash_v6() 161 u_short sp, u_short dp, int proto, uint32_t *hashtype) in xps_proto_software_hash_v6() argument 173 *hashtype = M_HASHTYPE_RSS_TCP_IPV6; in xps_proto_software_hash_v6() 178 *hashtype = M_HASHTYPE_RSS_UDP_IPV6; in xps_proto_software_hash_v6() 183 *hashtype = M_HASHTYPE_RSS_IPV6; in xps_proto_software_hash_v6() 187 *hashtype = M_HASHTYPE_NONE; in xps_proto_software_hash_v6() 209 uint32_t *hashtype) in rss_mbuf_software_hash_v6() argument [all …]
|
| H A D | in6_rss.h | 48 uint32_t *hashval, uint32_t *hashtype); 52 uint32_t *hashtype); 57 int proto, uint32_t *hashtype);
|
| /src/sys/dev/liquidio/ |
| H A D | lio_core.c | 279 uint32_t hashtype, hashval; in lio_push_packet() local 286 hashtype = in lio_push_packet() 296 hashtype = in lio_push_packet() 305 switch (hashtype) { in lio_push_packet()
|
| /src/sys/dev/mana/ |
| H A D | mana_en.c | 1660 uint16_t hashtype = cqe->rx_hashtype; in mana_rx_mbuf() local 1661 if (hashtype & NDIS_HASH_IPV4_MASK) { in mana_rx_mbuf() 1662 hashtype &= NDIS_HASH_IPV4_MASK; in mana_rx_mbuf() 1663 switch (hashtype) { in mana_rx_mbuf() 1673 } else if (hashtype & NDIS_HASH_IPV6_MASK) { in mana_rx_mbuf() 1674 hashtype &= NDIS_HASH_IPV6_MASK; in mana_rx_mbuf() 1675 switch (hashtype) { in mana_rx_mbuf()
|