Searched refs:M_HASHTYPE_RSS_IPV4 (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/sys/dev/iavf/
H A Diavf_txrx_common.h85 return M_HASHTYPE_RSS_IPV4;
/freebsd-current/sys/dev/ice/
H A Dice_rss.h101 case M_HASHTYPE_RSS_IPV4:
H A Dice_common_txrx.h416 return M_HASHTYPE_RSS_IPV4;
/freebsd-current/sys/netinet/
H A Din_rss.c137 *hashtype = M_HASHTYPE_RSS_IPV4;
180 *hashtype = M_HASHTYPE_RSS_IPV4;
276 flowtype == M_HASHTYPE_RSS_IPV4) {
292 flowtype == M_HASHTYPE_RSS_IPV4) {
298 flowtype == M_HASHTYPE_RSS_IPV4) {
/freebsd-current/sys/net/
H A Drss_config.c353 case M_HASHTYPE_RSS_IPV4:
374 case M_HASHTYPE_RSS_IPV4:
/freebsd-current/sys/dev/ixgbe/
H A Dix_txrx.c513 return M_HASHTYPE_RSS_IPV4;
/freebsd-current/sys/dev/igc/
H A Digc_txrx.c577 return M_HASHTYPE_RSS_IPV4;
/freebsd-current/sys/dev/liquidio/
H A Dlio_core.c307 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV4);
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c325 M_HASHTYPE_SET(mb, M_HASHTYPE_RSS_IPV4);
/freebsd-current/sys/dev/e1000/
H A Digb_txrx.c558 return M_HASHTYPE_RSS_IPV4;
H A Dem_txrx.c812 return M_HASHTYPE_RSS_IPV4;
/freebsd-current/sys/dev/gve/
H A Dgve_rx.c349 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV4);
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c719 : M_HASHTYPE_RSS_IPV4);
725 return (M_HASHTYPE_RSS_IPV4);
/freebsd-current/sys/dev/ixl/
H A Dixl_txrx.c641 return M_HASHTYPE_RSS_IPV4;
/freebsd-current/sys/dev/ena/
H A Dena_datapath.c381 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV4);
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_txrx.c423 ri->iri_rsstype = M_HASHTYPE_RSS_IPV4;
/freebsd-current/sys/dev/sfxge/
H A Dsfxge_rx.c355 M_HASHTYPE_RSS_TCP_IPV4 : M_HASHTYPE_RSS_IPV4) :
/freebsd-current/sys/sys/
H A Dmbuf.h559 #define M_HASHTYPE_RSS_IPV4 M_HASHTYPE_HASH(1) /* IPv4 2-tuple */ macro
/freebsd-current/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c1555 ri->iri_rsstype = M_HASHTYPE_RSS_IPV4;
/freebsd-current/sys/dev/mana/
H A Dmana_en.c1679 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV4);
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c4191 M_HASHTYPE_SET(mp, M_HASHTYPE_RSS_IPV4);
4700 M_HASHTYPE_SET(mp, M_HASHTYPE_RSS_IPV4);
/freebsd-current/sys/dev/hyperv/netvsc/
H A Dif_hn.c3616 hash_type = M_HASHTYPE_RSS_IPV4;
/freebsd-current/sys/dev/cxgbe/
H A Dt4_sge.c1947 {M_HASHTYPE_RSS_IPV4, M_HASHTYPE_RSS_IPV6},

Completed in 301 milliseconds