Home
last modified time | relevance | path

Searched refs:M_HASHTYPE_RSS_IPV6 (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/netinet6/
H A Din6_rss.c138 *hashtype = M_HASHTYPE_RSS_IPV6; in rss_proto_software_hash_v6()
182 *hashtype = M_HASHTYPE_RSS_IPV6; in xps_proto_software_hash_v6()
307 flowtype == M_HASHTYPE_RSS_IPV6) { in rss_mbuf_software_hash_v6()
322 flowtype == M_HASHTYPE_RSS_IPV6) { in rss_mbuf_software_hash_v6()
328 flowtype == M_HASHTYPE_RSS_IPV6) { in rss_mbuf_software_hash_v6()
/freebsd/sys/dev/iavf/
H A Diavf_txrx_common.h75 return M_HASHTYPE_RSS_IPV6; in iavf_ptype_to_hash()
/freebsd/sys/dev/ice/
H A Dice_rss.h104 case M_HASHTYPE_RSS_IPV6: in rss_hash2bucket()
H A Dice_common_txrx.h406 return M_HASHTYPE_RSS_IPV6; in ice_ptype_to_hash()
/freebsd/sys/net/
H A Drss_config.c356 case M_HASHTYPE_RSS_IPV6: in rss_hash2cpuid()
377 case M_HASHTYPE_RSS_IPV6: in rss_hash2bucket()
/freebsd/sys/dev/ixgbe/
H A Dix_txrx.c519 return M_HASHTYPE_RSS_IPV6; in ixgbe_determine_rsstype()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c722 : M_HASHTYPE_RSS_IPV6); in mlx4_en_rss_hash()
727 return (M_HASHTYPE_RSS_IPV6); in mlx4_en_rss_hash()
/freebsd/sys/dev/igc/
H A Digc_txrx.c583 return M_HASHTYPE_RSS_IPV6; in igc_determine_rsstype()
/freebsd/sys/dev/liquidio/
H A Dlio_core.c313 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV6); in lio_push_packet()
/freebsd/sys/dev/e1000/
H A Digb_txrx.c564 return M_HASHTYPE_RSS_IPV6; in igb_determine_rsstype()
H A Dem_txrx.c818 return M_HASHTYPE_RSS_IPV6; in em_determine_rsstype()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c335 M_HASHTYPE_SET(mb, M_HASHTYPE_RSS_IPV6); in mlx5e_build_rx_mbuf()
/freebsd/sys/dev/gve/
H A Dgve_rx.c359 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV6); in gve_set_rss_type()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_txrx.c432 ri->iri_rsstype = M_HASHTYPE_RSS_IPV6; in bnxt_set_rsstype()
/freebsd/sys/dev/ixl/
H A Dixl_txrx.c631 return M_HASHTYPE_RSS_IPV6; in ixl_ptype_to_hash()
/freebsd/sys/dev/ena/
H A Dena_datapath.c393 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV6); in ena_rx_hash_mbuf()
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.c357 M_HASHTYPE_RSS_TCP_IPV6 : M_HASHTYPE_RSS_IPV6)); in sfxge_rx_deliver()
/freebsd/sys/sys/
H A Dmbuf.h561 #define M_HASHTYPE_RSS_IPV6 M_HASHTYPE_HASH(3) /* IPv6 2-tuple */ macro
/freebsd/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c1561 ri->iri_rsstype = M_HASHTYPE_RSS_IPV6; in vmxnet3_isc_rxd_pkt_get()
/freebsd/sys/dev/mana/
H A Dmana_en.c1699 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV6); in mana_rx_mbuf()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c4199 M_HASHTYPE_SET(mp, M_HASHTYPE_RSS_IPV6); in qlnx_tpa_start()
4708 M_HASHTYPE_SET(mp, M_HASHTYPE_RSS_IPV6); in qlnx_rx_int()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c3656 hash_type = M_HASHTYPE_RSS_IPV6; in hn_rxpkt()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c1947 {M_HASHTYPE_RSS_IPV4, M_HASHTYPE_RSS_IPV6}, in eth_rx()