Searched refs:aq_rss (Results 1 – 6 of 6) sorted by relevance
180 return sizeof(cfg->aq_rss.hash_secret_key); in aq_ethtool_get_rss_key_size()194 indir[i] = cfg->aq_rss.indirection_table[i]; in aq_ethtool_get_rss()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()212 rss_entries = cfg->aq_rss.indirection_table_size; in aq_ethtool_set_rss()220 cfg->aq_rss.indirection_table[i] = indir[i]; in aq_ethtool_set_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()227 &cfg->aq_rss); in aq_ethtool_set_rss()232 err = aq_nic->aq_hw_ops->hw_rss_set(aq_nic->aq_hw, &cfg->aq_rss); in aq_ethtool_set_rss()
48 struct aq_rss_parameters aq_rss; member
120 idx + aq_nic_cfg->aq_rss.base_cpu_number; in aq_vec_alloc()
42 struct aq_rss_parameters *rss_params = &cfg->aq_rss; in aq_nic_rss_init()77 cfg->aq_rss.base_cpu_number = AQ_CFG_RSS_BASE_CPU_NUM_DEF; in aq_nic_cfg_start()
372 hw_atl_a0_hw_rss_set(self, &aq_nic_cfg->aq_rss); in hw_atl_a0_hw_init()373 hw_atl_a0_hw_rss_hash_set(self, &aq_nic_cfg->aq_rss); in hw_atl_a0_hw_init()
412 hw_atl_b0_hw_rss_set(self, &aq_nic_cfg->aq_rss); in hw_atl_b0_hw_init()413 hw_atl_b0_hw_rss_hash_set(self, &aq_nic_cfg->aq_rss); in hw_atl_b0_hw_init()