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
180 return sizeof(cfg->aq_rss.hash_secret_key); in aq_ethtool_get_rss_key_size()197 memcpy(key, cfg->aq_rss.hash_secret_key, in aq_ethtool_get_rss()198 sizeof(cfg->aq_rss.hash_secret_key)); in aq_ethtool_get_rss()224 memcpy(cfg->aq_rss.hash_secret_key, key, in aq_ethtool_set_rss()225 sizeof(cfg->aq_rss.hash_secret_key)); in aq_ethtool_set_rss()
54 memcpy(rss_params->hash_secret_key, rss_key, sizeof(rss_key)); in aq_nic_rss_init()
190 __swab32(rss_params->hash_secret_key[i]) : 0U; in hw_atl_a0_hw_rss_hash_set()
179 __swab32(rss_params->hash_secret_key[i]) : 0U; in hw_atl_b0_hw_rss_hash_set()