Searched refs:hashtype (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netinet/ |
H A D | in_rss.c | 113 uint32_t *hashval, uint32_t *hashtype) in rss_proto_software_hash_v4() argument 125 *hashtype = M_HASHTYPE_RSS_TCP_IPV4; in rss_proto_software_hash_v4() 131 *hashtype = M_HASHTYPE_RSS_UDP_IPV4; in rss_proto_software_hash_v4() 137 *hashtype = M_HASHTYPE_RSS_IPV4; in rss_proto_software_hash_v4() 159 u_short sp, u_short dp, int proto, uint32_t *hashtype) in xps_proto_software_hash_v4() argument 170 *hashtype = M_HASHTYPE_RSS_TCP_IPV4; in xps_proto_software_hash_v4() 175 *hashtype = M_HASHTYPE_RSS_UDP_IPV4; in xps_proto_software_hash_v4() 180 *hashtype = M_HASHTYPE_RSS_IPV4; in xps_proto_software_hash_v4() 184 *hashtype = M_HASHTYPE_NONE; in xps_proto_software_hash_v4() 205 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);
|
/freebsd/sys/netinet6/ |
H A D | in6_rss.c | 114 uint32_t *hashval, uint32_t *hashtype) in rss_proto_software_hash_v6() argument 126 *hashtype = M_HASHTYPE_RSS_TCP_IPV6; in rss_proto_software_hash_v6() 132 *hashtype = M_HASHTYPE_RSS_UDP_IPV6; in rss_proto_software_hash_v6() 138 *hashtype = M_HASHTYPE_RSS_IPV6; in rss_proto_software_hash_v6() 160 u_short sp, u_short dp, int proto, uint32_t *hashtype) in xps_proto_software_hash_v6() argument 172 *hashtype = M_HASHTYPE_RSS_TCP_IPV6; in xps_proto_software_hash_v6() 177 *hashtype = M_HASHTYPE_RSS_UDP_IPV6; in xps_proto_software_hash_v6() 182 *hashtype = M_HASHTYPE_RSS_IPV6; in xps_proto_software_hash_v6() 186 *hashtype = M_HASHTYPE_NONE; in xps_proto_software_hash_v6() 208 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);
|
/freebsd/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()
|
/freebsd/sys/dev/mana/ |
H A D | mana_en.c | 1656 uint16_t hashtype = cqe->rx_hashtype; in mana_rx_mbuf() local 1657 if (hashtype & NDIS_HASH_IPV4_MASK) { in mana_rx_mbuf() 1658 hashtype &= NDIS_HASH_IPV4_MASK; in mana_rx_mbuf() 1659 switch (hashtype) { in mana_rx_mbuf() 1669 } else if (hashtype & NDIS_HASH_IPV6_MASK) { in mana_rx_mbuf() 1670 hashtype &= NDIS_HASH_IPV6_MASK; in mana_rx_mbuf() 1671 switch (hashtype) { in mana_rx_mbuf()
|