OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rss_hash_config
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixv.c
1778
u32
rss_hash_config
;
local in function:ixv_initialize_rss_mapping
1827
rss_hash_config
= rss_gethashconfig();
1834
rss_hash_config
= RSS_HASHTYPE_RSS_IPV4
1841
if (
rss_hash_config
& RSS_HASHTYPE_RSS_IPV4)
1843
if (
rss_hash_config
& RSS_HASHTYPE_RSS_TCP_IPV4)
1845
if (
rss_hash_config
& RSS_HASHTYPE_RSS_IPV6)
1847
if (
rss_hash_config
& RSS_HASHTYPE_RSS_TCP_IPV6)
1849
if (
rss_hash_config
& RSS_HASHTYPE_RSS_IPV6_EX)
1852
if (
rss_hash_config
& RSS_HASHTYPE_RSS_TCP_IPV6_EX)
1855
if (
rss_hash_config
& RSS_HASHTYPE_RSS_UDP_IPV4
[
all
...]
ixgbe.c
428
u32
rss_hash_config
;
local in function:ixgbe_initialize_rss_mapping
497
rss_hash_config
= rss_gethashconfig();
504
rss_hash_config
= RSS_HASHTYPE_RSS_IPV4
513
if (
rss_hash_config
& RSS_HASHTYPE_RSS_IPV4)
515
if (
rss_hash_config
& RSS_HASHTYPE_RSS_TCP_IPV4)
517
if (
rss_hash_config
& RSS_HASHTYPE_RSS_IPV6)
519
if (
rss_hash_config
& RSS_HASHTYPE_RSS_TCP_IPV6)
521
if (
rss_hash_config
& RSS_HASHTYPE_RSS_IPV6_EX)
523
if (
rss_hash_config
& RSS_HASHTYPE_RSS_TCP_IPV6_EX)
525
if (
rss_hash_config
& RSS_HASHTYPE_RSS_UDP_IPV4
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Sep 25 15:09:46 GMT 2025