Home
last modified time | relevance | path

Searched refs:rss_hash2bucket (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/sys/dev/ixgbe/
HDixgbe_rss.h60 #define rss_hash2bucket(_a,_b,_c) -1 macro
/freebsd-14-stable/sys/dev/ice/
HDice_rss.h90 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) in rss_hash2bucket() function
/freebsd-14-stable/sys/net/
HDrss_config.c370 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) in rss_hash2bucket() function
405 return(rss_hash2bucket(m->m_pkthdr.flowid, M_HASHTYPE_GET(m), in rss_m2bucket()
HDrss_config.h131 int rss_hash2bucket(uint32_t hash_val, uint32_t hash_type,
/freebsd-14-stable/sys/dev/liquidio/
HDlio_rxtx.c274 if (rss_hash2bucket(m->m_pkthdr.flowid, M_HASHTYPE_GET(m), in lio_mq_start()
/freebsd-14-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_hw_tls_rx.c87 if (rss_hash2bucket(flowid, flowtype, &temp) == 0) in mlx5e_tls_rx_get_ch()
HDmlx5_en_tx.c159 if (rss_hash2bucket(mb->m_pkthdr.flowid, in mlx5e_select_queue()
HDmlx5_en_main.c4401 if (rss_hash2bucket(params->hdr.flowid, in mlx5e_ul_snd_tag_alloc()
/freebsd-14-stable/sys/netinet/
HDip_input.c1307 if (rss_hash2bucket(flowid, flow_type, &rss_bucketid) == 0) { in ip_savecontrol()
HDip_output.c1490 retval = rss_hash2bucket(inp->inp_flowid, in ip_ctloutput()
/freebsd-14-stable/sys/dev/ena/
HDena_datapath.c157 if (rss_hash2bucket(m->m_pkthdr.flowid, M_HASHTYPE_GET(m), in ena_mq_start()
/freebsd-14-stable/sys/netinet6/
HDip6_input.c1547 if (rss_hash2bucket(flowid, flow_type, &rss_bucketid) == 0) { in ip6_savecontrol()
HDip6_output.c2264 rss_hash2bucket(inp->inp_flowid, in ip6_ctloutput()
/freebsd-14-stable/sys/dev/hyperv/netvsc/
HDif_hn.c6042 if (rss_hash2bucket(m->m_pkthdr.flowid, M_HASHTYPE_GET(m), in hn_transmit()