Searched refs:rss_hash2bucket (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_rss.h60 #define rss_hash2bucket(_a,_b,_c) -1 macro
/freebsd-12-stable/sys/dev/ice/
H A Dice_rss.h86 * rss_hash2bucket - Determine the bucket for a given hash value
99 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) function
/freebsd-12-stable/sys/net/
H A Drss_config.h133 int rss_hash2bucket(uint32_t hash_val, uint32_t hash_type,
H A Drss_config.c377 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) function
412 return(rss_hash2bucket(m->m_pkthdr.flowid, M_HASHTYPE_GET(m),
/freebsd-12-stable/sys/dev/liquidio/
H A Dlio_rxtx.c275 if (rss_hash2bucket(m->m_pkthdr.flowid, M_HASHTYPE_GET(m),
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c145 if (rss_hash2bucket(mb->m_pkthdr.flowid,
H A Dmlx5_en_main.c4097 if (rss_hash2bucket(params->hdr.flowid,
/freebsd-12-stable/sys/netinet/
H A Dip_input.c1345 if (rss_hash2bucket(flowid, flow_type, &rss_bucketid) == 0) {
H A Dip_output.c1411 retval = rss_hash2bucket(inp->inp_flowid,
/freebsd-12-stable/sys/netinet6/
H A Dip6_input.c1536 if (rss_hash2bucket(flowid, flow_type, &rss_bucketid) == 0) {
H A Dip6_output.c2133 rss_hash2bucket(inp->inp_flowid,
/freebsd-12-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c6071 if (rss_hash2bucket(m->m_pkthdr.flowid, M_HASHTYPE_GET(m),

Completed in 219 milliseconds