RSS_KEYSIZE
uint32_t raw_rss_key[RSS_KEYSIZE / sizeof(uint32_t)];
uint32_t rss_key[RSS_KEYSIZE / sizeof(uint32_t)];
CTASSERT(RSS_KEYSIZE == 40);
uint8_t hash_key[RSS_KEYSIZE];
CTASSERT(ICE_AQC_GET_SET_RSS_KEY_DATA_RSS_KEY_SIZE >= RSS_KEYSIZE);
static uint8_t toep_key[RSS_KEYSIZE];
static uint8_t rss_key[RSS_KEYSIZE] = {
uint8_t temp_rss_key[RSS_KEYSIZE];
if ((i + 4) < RSS_KEYSIZE &&