Searched refs:HINIC_RSS_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance
485 u8 default_rss_key[HINIC_RSS_KEY_SIZE] = { in hinic_rss_key_init()491 u8 hashkey[HINIC_RSS_KEY_SIZE] = {0}; in hinic_rss_key_init()495 memcpy(hashkey, default_rss_key, HINIC_RSS_KEY_SIZE); in hinic_rss_key_init()
761 info->hash_key_size = HINIC_RSS_KEY_SIZE; in hinic_dev_infos_get()1944 u8 hashkey[HINIC_RSS_KEY_SIZE] = {0}; in hinic_rss_hash_update()1955 if (rss_conf->rss_key_len > HINIC_RSS_KEY_SIZE) { in hinic_rss_hash_update()2010 u8 hashkey[HINIC_RSS_KEY_SIZE] = {0}; in hinic_rss_conf_get()2024 rss_conf->rss_key_len >= HINIC_RSS_KEY_SIZE) { in hinic_rss_conf_get()
17 #define HINIC_RSS_KEY_SIZE 40 macro
925 memcpy(temp_key.key, temp, HINIC_RSS_KEY_SIZE); in hinic_rss_set_template_tbl()965 memcpy(temp, temp_key.key, HINIC_RSS_KEY_SIZE); in hinic_rss_get_template_tbl()