Searched refs:rss_hash2bucket (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14-stable/sys/dev/ixgbe/ |
| HD | ixgbe_rss.h | 60 #define rss_hash2bucket(_a,_b,_c) -1 macro
|
| /freebsd-14-stable/sys/dev/ice/ |
| HD | ice_rss.h | 90 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) in rss_hash2bucket() function
|
| /freebsd-14-stable/sys/net/ |
| HD | rss_config.c | 370 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()
|
| HD | rss_config.h | 131 int rss_hash2bucket(uint32_t hash_val, uint32_t hash_type,
|
| /freebsd-14-stable/sys/dev/liquidio/ |
| HD | lio_rxtx.c | 274 if (rss_hash2bucket(m->m_pkthdr.flowid, M_HASHTYPE_GET(m), in lio_mq_start()
|
| /freebsd-14-stable/sys/dev/mlx5/mlx5_en/ |
| HD | mlx5_en_hw_tls_rx.c | 87 if (rss_hash2bucket(flowid, flowtype, &temp) == 0) in mlx5e_tls_rx_get_ch()
|
| HD | mlx5_en_tx.c | 159 if (rss_hash2bucket(mb->m_pkthdr.flowid, in mlx5e_select_queue()
|
| HD | mlx5_en_main.c | 4401 if (rss_hash2bucket(params->hdr.flowid, in mlx5e_ul_snd_tag_alloc()
|
| /freebsd-14-stable/sys/netinet/ |
| HD | ip_input.c | 1307 if (rss_hash2bucket(flowid, flow_type, &rss_bucketid) == 0) { in ip_savecontrol()
|
| HD | ip_output.c | 1490 retval = rss_hash2bucket(inp->inp_flowid, in ip_ctloutput()
|
| /freebsd-14-stable/sys/dev/ena/ |
| HD | ena_datapath.c | 157 if (rss_hash2bucket(m->m_pkthdr.flowid, M_HASHTYPE_GET(m), in ena_mq_start()
|
| /freebsd-14-stable/sys/netinet6/ |
| HD | ip6_input.c | 1547 if (rss_hash2bucket(flowid, flow_type, &rss_bucketid) == 0) { in ip6_savecontrol()
|
| HD | ip6_output.c | 2264 rss_hash2bucket(inp->inp_flowid, in ip6_ctloutput()
|
| /freebsd-14-stable/sys/dev/hyperv/netvsc/ |
| HD | if_hn.c | 6042 if (rss_hash2bucket(m->m_pkthdr.flowid, M_HASHTYPE_GET(m), in hn_transmit()
|