Home
last modified time | relevance | path

Searched refs:M_HASHTYPE_SET (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/sys/dev/liquidio/
H A Dlio_core.c307 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV4); in lio_push_packet()
310 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_TCP_IPV4); in lio_push_packet()
313 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV6); in lio_push_packet()
316 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_TCP_IPV6); in lio_push_packet()
319 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV6_EX); in lio_push_packet()
322 M_HASHTYPE_SET(mbuf, in lio_push_packet()
326 M_HASHTYPE_SET(mbuf, M_HASHTYPE_OPAQUE_HASH); in lio_push_packet()
334 M_HASHTYPE_SET(mbuf, M_HASHTYPE_OPAQUE); in lio_push_packet()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c367 M_HASHTYPE_SET(mb, M_HASHTYPE_RSS_TCP_IPV4); in mlx5e_build_rx_mbuf()
370 M_HASHTYPE_SET(mb, M_HASHTYPE_RSS_UDP_IPV4); in mlx5e_build_rx_mbuf()
373 M_HASHTYPE_SET(mb, M_HASHTYPE_RSS_IPV4); in mlx5e_build_rx_mbuf()
377 M_HASHTYPE_SET(mb, M_HASHTYPE_RSS_TCP_IPV6); in mlx5e_build_rx_mbuf()
380 M_HASHTYPE_SET(mb, M_HASHTYPE_RSS_UDP_IPV6); in mlx5e_build_rx_mbuf()
383 M_HASHTYPE_SET(mb, M_HASHTYPE_RSS_IPV6); in mlx5e_build_rx_mbuf()
386 M_HASHTYPE_SET(mb, M_HASHTYPE_OPAQUE_HASH); in mlx5e_build_rx_mbuf()
390 M_HASHTYPE_SET(mb, M_HASHTYPE_OPAQUE_HASH); in mlx5e_build_rx_mbuf()
398 M_HASHTYPE_SET(mb, M_HASHTYPE_OPAQUE); in mlx5e_build_rx_mbuf()
/freebsd/sys/dev/ena/
H A Dena_datapath.c362 M_HASHTYPE_SET(mbuf, M_HASHTYPE_OPAQUE_HASH); in ena_rx_hash_mbuf()
369 M_HASHTYPE_SET(mbuf, M_HASHTYPE_OPAQUE_HASH); in ena_rx_hash_mbuf()
377 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_TCP_IPV4); in ena_rx_hash_mbuf()
380 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_UDP_IPV4); in ena_rx_hash_mbuf()
383 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV4); in ena_rx_hash_mbuf()
389 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_TCP_IPV6); in ena_rx_hash_mbuf()
392 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_UDP_IPV6); in ena_rx_hash_mbuf()
395 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV6); in ena_rx_hash_mbuf()
399 M_HASHTYPE_SET(mbuf, M_HASHTYPE_NONE); in ena_rx_hash_mbuf()
402 M_HASHTYPE_SET(mbuf, M_HASHTYPE_OPAQUE_HASH); in ena_rx_hash_mbuf()
[all …]
/freebsd/sys/dev/gve/
H A Dgve_rx.c393 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_TCP_IPV4); in gve_set_rss_type()
395 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_UDP_IPV4); in gve_set_rss_type()
397 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV4); in gve_set_rss_type()
403 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_TCP_IPV6); in gve_set_rss_type()
405 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_UDP_IPV6); in gve_set_rss_type()
407 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV6); in gve_set_rss_type()
H A Dgve_rx_dqo.c475 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_TCP_IPV4); in gve_rx_set_hashtype_dqo()
478 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_UDP_IPV4); in gve_rx_set_hashtype_dqo()
481 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV4); in gve_rx_set_hashtype_dqo()
488 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_TCP_IPV6); in gve_rx_set_hashtype_dqo()
491 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_UDP_IPV6); in gve_rx_set_hashtype_dqo()
494 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV6); in gve_rx_set_hashtype_dqo()
498 M_HASHTYPE_SET(mbuf, M_HASHTYPE_OPAQUE_HASH); in gve_rx_set_hashtype_dqo()
/freebsd/sys/dev/mana/
H A Dmana_en.c1661 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_TCP_IPV4); in mana_rx_mbuf()
1664 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_UDP_IPV4); in mana_rx_mbuf()
1667 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV4); in mana_rx_mbuf()
1673 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_TCP_IPV6); in mana_rx_mbuf()
1676 M_HASHTYPE_SET(mbuf, in mana_rx_mbuf()
1680 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_UDP_IPV6); in mana_rx_mbuf()
1683 M_HASHTYPE_SET(mbuf, in mana_rx_mbuf()
1687 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV6); in mana_rx_mbuf()
1690 M_HASHTYPE_SET(mbuf, M_HASHTYPE_OPAQUE_HASH); in mana_rx_mbuf()
1694 M_HASHTYPE_SET(mbuf, M_HASHTYPE_NONE); in mana_rx_mbuf()
/freebsd/sys/netinet/
H A Din_rss.c382 M_HASHTYPE_SET(m, hash_type); in rss_soft_m2cpuid_v4()
H A Draw_ip.c496 M_HASHTYPE_SET(m, hash_type); in rip_send()
549 M_HASHTYPE_SET(m, hash_type); in rip_send()
H A Dudp_usrreq.c1437 M_HASHTYPE_SET(m, flowtype); in udp_send()
1446 M_HASHTYPE_SET(m, hash_type); in udp_send()
H A Dip_reass.c553 M_HASHTYPE_SET(m, rss_type); in ip_reass()
H A Dip_output.c348 M_HASHTYPE_SET(m, inp->inp_flowtype); in ip_output()
/freebsd/sys/dev/qlxgbe/
H A Dql_isr.c166 M_HASHTYPE_SET(mpf, M_HASHTYPE_OPAQUE_HASH); in qla_rx_intr()
316 M_HASHTYPE_SET(mpf, M_HASHTYPE_RSS_TCP_IPV4); in qla_lro_intr()
327 M_HASHTYPE_SET(mpf, M_HASHTYPE_RSS_TCP_IPV6); in qla_lro_intr()
/freebsd/sys/netinet6/
H A Din6_rss.c407 M_HASHTYPE_SET(m, hash_type); in rss_soft_m2cpuid_v6()
H A Dudp6_usrreq.c933 M_HASHTYPE_SET(m, hash_type); in udp6_send()
/freebsd/sys/dev/qlxge/
H A Dqls_isr.c190 M_HASHTYPE_SET(mp, M_HASHTYPE_OPAQUE_HASH); in qls_rx_comp()
/freebsd/sys/dev/qcom_ess_edma/
H A Dqcom_ess_edma_rx.c470 M_HASHTYPE_SET(m, M_HASHTYPE_OPAQUE); in qcom_ess_edma_rx_ring_complete()
/freebsd/sys/dev/ntb/if_ntb/
H A Dif_ntb.c446 M_HASHTYPE_SET(m, M_HASHTYPE_OPAQUE); in ntb_net_rx_handler()
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.c352 M_HASHTYPE_SET(m, in sfxge_rx_deliver()
408 M_HASHTYPE_SET(m, in sfxge_lro_deliver()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c4189 M_HASHTYPE_SET(mp, M_HASHTYPE_RSS_IPV4); in qlnx_tpa_start()
4193 M_HASHTYPE_SET(mp, M_HASHTYPE_RSS_TCP_IPV4); in qlnx_tpa_start()
4197 M_HASHTYPE_SET(mp, M_HASHTYPE_RSS_IPV6); in qlnx_tpa_start()
4201 M_HASHTYPE_SET(mp, M_HASHTYPE_RSS_TCP_IPV6); in qlnx_tpa_start()
4205 M_HASHTYPE_SET(mp, M_HASHTYPE_OPAQUE); in qlnx_tpa_start()
4698 M_HASHTYPE_SET(mp, M_HASHTYPE_RSS_IPV4); in qlnx_rx_int()
4702 M_HASHTYPE_SET(mp, M_HASHTYPE_RSS_TCP_IPV4); in qlnx_rx_int()
4706 M_HASHTYPE_SET(mp, M_HASHTYPE_RSS_IPV6); in qlnx_rx_int()
4710 M_HASHTYPE_SET(mp, M_HASHTYPE_RSS_TCP_IPV6); in qlnx_rx_int()
4714 M_HASHTYPE_SET(mp, M_HASHTYPE_OPAQUE); in qlnx_rx_int()
/freebsd/sys/dev/netmap/
H A Dnetmap_freebsd.c435 M_HASHTYPE_SET(m, M_HASHTYPE_OPAQUE); in nm_os_generic_xmit_frame()
H A Dif_ptnet.c1830 M_HASHTYPE_SET(mhead, M_HASHTYPE_OPAQUE); in ptnet_rx_eof()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c802 M_HASHTYPE_SET(mb, mlx4_en_rss_hash(cqe->status, udp_rss)); in mlx4_en_process_rx_cq()
/freebsd/sys/sys/
H A Dmbuf.h578 #define M_HASHTYPE_SET(m, v) ((m)->m_pkthdr.rsstype = (v)) macro
/freebsd/sys/dev/oce/
H A Doce_if.c1622 M_HASHTYPE_SET(m, M_HASHTYPE_OPAQUE); in oce_rx_lro()
1699 M_HASHTYPE_SET(m, M_HASHTYPE_OPAQUE); in oce_rx()
/freebsd/sys/dev/vnic/
H A Dnicvf_queues.c2016 M_HASHTYPE_SET(mbuf, M_HASHTYPE_OPAQUE); in nicvf_get_rcv_mbuf()

12