FreeBSD kernel IXGBE device code
ixgbe_rss.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RSS_HASHTYPE_RSS_IPV4   (1 << 1)
 
#define RSS_HASHTYPE_RSS_TCP_IPV4   (1 << 2)
 
#define RSS_HASHTYPE_RSS_IPV6   (1 << 3)
 
#define RSS_HASHTYPE_RSS_TCP_IPV6   (1 << 4)
 
#define RSS_HASHTYPE_RSS_IPV6_EX   (1 << 5)
 
#define RSS_HASHTYPE_RSS_TCP_IPV6_EX   (1 << 6)
 
#define RSS_HASHTYPE_RSS_UDP_IPV4   (1 << 7)
 
#define RSS_HASHTYPE_RSS_UDP_IPV6   (1 << 9)
 
#define RSS_HASHTYPE_RSS_UDP_IPV6_EX   (1 << 10)
 
#define rss_getcpu(_a)   0
 
#define rss_getnumbuckets()   1
 
#define rss_getkey(_a)
 
#define rss_get_indirection_to_bucket(_a)   0
 
#define rss_gethashconfig()   0x7E
 
#define rss_hash2bucket(_a, _b, _c)   -1
 

Macro Definition Documentation

◆ rss_get_indirection_to_bucket

#define rss_get_indirection_to_bucket (   _a)    0

Definition at line 58 of file ixgbe_rss.h.

◆ rss_getcpu

#define rss_getcpu (   _a)    0

Definition at line 55 of file ixgbe_rss.h.

◆ rss_gethashconfig

#define rss_gethashconfig ( )    0x7E

Definition at line 59 of file ixgbe_rss.h.

◆ rss_getkey

#define rss_getkey (   _a)

Definition at line 57 of file ixgbe_rss.h.

◆ rss_getnumbuckets

#define rss_getnumbuckets ( )    1

Definition at line 56 of file ixgbe_rss.h.

◆ rss_hash2bucket

#define rss_hash2bucket (   _a,
  _b,
  _c 
)    -1

Definition at line 60 of file ixgbe_rss.h.

◆ RSS_HASHTYPE_RSS_IPV4

#define RSS_HASHTYPE_RSS_IPV4   (1 << 1)

Definition at line 45 of file ixgbe_rss.h.

◆ RSS_HASHTYPE_RSS_IPV6

#define RSS_HASHTYPE_RSS_IPV6   (1 << 3)

Definition at line 47 of file ixgbe_rss.h.

◆ RSS_HASHTYPE_RSS_IPV6_EX

#define RSS_HASHTYPE_RSS_IPV6_EX   (1 << 5)

Definition at line 49 of file ixgbe_rss.h.

◆ RSS_HASHTYPE_RSS_TCP_IPV4

#define RSS_HASHTYPE_RSS_TCP_IPV4   (1 << 2)

Definition at line 46 of file ixgbe_rss.h.

◆ RSS_HASHTYPE_RSS_TCP_IPV6

#define RSS_HASHTYPE_RSS_TCP_IPV6   (1 << 4)

Definition at line 48 of file ixgbe_rss.h.

◆ RSS_HASHTYPE_RSS_TCP_IPV6_EX

#define RSS_HASHTYPE_RSS_TCP_IPV6_EX   (1 << 6)

Definition at line 50 of file ixgbe_rss.h.

◆ RSS_HASHTYPE_RSS_UDP_IPV4

#define RSS_HASHTYPE_RSS_UDP_IPV4   (1 << 7)

Definition at line 51 of file ixgbe_rss.h.

◆ RSS_HASHTYPE_RSS_UDP_IPV6

#define RSS_HASHTYPE_RSS_UDP_IPV6   (1 << 9)

Definition at line 52 of file ixgbe_rss.h.

◆ RSS_HASHTYPE_RSS_UDP_IPV6_EX

#define RSS_HASHTYPE_RSS_UDP_IPV6_EX   (1 << 10)

Definition at line 53 of file ixgbe_rss.h.