Searched refs:hash_secret_key (Results 1 – 5 of 5) sorted by relevance
19 u32 hash_secret_key[AQ_CFG_RSS_HASHKEY_SIZE / sizeof(u32)]; member
447 return sizeof(cfg->aq_rss.hash_secret_key); in aq_ethtool_get_rss_key_size()466 memcpy(key, cfg->aq_rss.hash_secret_key, in aq_ethtool_get_rss()467 sizeof(cfg->aq_rss.hash_secret_key)); in aq_ethtool_get_rss()494 memcpy(cfg->aq_rss.hash_secret_key, key, in aq_ethtool_set_rss()495 sizeof(cfg->aq_rss.hash_secret_key)); in aq_ethtool_set_rss()
61 memcpy(rss_params->hash_secret_key, rss_key, sizeof(rss_key)); in aq_nic_rss_init()
194 __swab32(rss_params->hash_secret_key[i]) : 0U; in hw_atl_a0_hw_rss_hash_set()
220 __swab32(rss_params->hash_secret_key[i]) : 0U; in hw_atl_b0_hw_rss_hash_set()