HomeSort by: relevance | last modified time | path
    Searched refs:RSS_KEYSIZE (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/net/
rss_config.h 32 #define RSS_KEYSIZE 40
rss_config.c 52 static uint8_t rss_default_key[RSS_KEYSIZE] = {
68 static uint8_t rss_symmetric_key[RSS_KEYSIZE] = {
78 * sizeof(key) must be more than or equal to RSS_KEYSIZE.
96 uint8_t key[RSS_KEYSIZE];
197 uint8_t key[RSS_KEYSIZE];
  /src/sys/dev/pci/
if_aq.c 4231 CTASSERT(AQ_RSS_HASHKEY_SIZE == RSS_KEYSIZE);
4232 uint32_t rss_key[RSS_KEYSIZE / sizeof(uint32_t)];
if_iavf.c 4796 uint8_t rss_seed[RSS_KEYSIZE];
if_ixl.c 4671 uint8_t rss_seed[RSS_KEYSIZE];
if_wm.c 6026 CTASSERT(sizeof(rss_key) == RSS_KEYSIZE);
  /src/sys/dev/pci/igc/
if_igc.c 3652 uint32_t rss_key[RSS_KEYSIZE / sizeof(uint32_t)];
  /src/sys/dev/hyperv/
if_hvn.c 2670 uint8_t rss_key[RSS_KEYSIZE];

Completed in 79 milliseconds