Searched refs:aq_rss (Results 1 – 6 of 6) sorted by relevance
442 return sizeof(cfg->aq_rss.hash_secret_key); in aq_ethtool_get_rss_key_size()457 rxfh->indir[i] = cfg->aq_rss.indirection_table[i]; in aq_ethtool_get_rss()460 memcpy(rxfh->key, cfg->aq_rss.hash_secret_key, in aq_ethtool_get_rss()461 sizeof(cfg->aq_rss.hash_secret_key)); in aq_ethtool_get_rss()477 rss_entries = cfg->aq_rss.indirection_table_size; in aq_ethtool_set_rss()486 cfg->aq_rss.indirection_table[i] = rxfh->indir[i]; in aq_ethtool_set_rss()490 memcpy(cfg->aq_rss.hash_secret_key, rxfh->key, in aq_ethtool_set_rss()491 sizeof(cfg->aq_rss.hash_secret_key)); in aq_ethtool_set_rss()493 &cfg->aq_rss); in aq_ethtool_set_rss()498 err = aq_nic->aq_hw_ops->hw_rss_set(aq_nic->aq_hw, &cfg->aq_rss); in aq_ethtool_set_rss()
78 struct aq_rss_parameters aq_rss; member
114 idx + aq_nic_cfg->aq_rss.base_cpu_number; in aq_vec_alloc()
58 rss_params = &cfg->aq_rss; in aq_nic_rss_init()111 cfg->aq_rss.base_cpu_number = AQ_CFG_RSS_BASE_CPU_NUM_DEF; in aq_nic_cfg_start()
565 hw_atl2_hw_rss_set(self, &aq_nic_cfg->aq_rss); in hw_atl2_hw_init()566 hw_atl_b0_hw_rss_hash_set(self, &aq_nic_cfg->aq_rss); in hw_atl2_hw_init()
583 hw_atl_b0_hw_rss_set(self, &aq_nic_cfg->aq_rss); in hw_atl_b0_hw_init()584 hw_atl_b0_hw_rss_hash_set(self, &aq_nic_cfg->aq_rss); in hw_atl_b0_hw_init()