Lines Matching refs:aq_rss
402 adapter->hw_cfg.aq_rss.indirection_table_size = in eth_atl_dev_init()
1822 for (i = 0; i < reta_size && i < cf->aq_rss.indirection_table_size; i++) in atl_reta_update()
1823 cf->aq_rss.indirection_table[i] = min(reta_conf->reta[i], in atl_reta_update()
1826 hw_atl_b0_hw_rss_set(hw, &cf->aq_rss); in atl_reta_update()
1838 for (i = 0; i < reta_size && i < cf->aq_rss.indirection_table_size; i++) in atl_reta_query()
1839 reta_conf->reta[i] = cf->aq_rss.indirection_table[i]; in atl_reta_query()
1861 memcpy(cfg->aq_rss.hash_secret_key, rss_conf->rss_key, in atl_rss_hash_update()
1863 cfg->aq_rss.hash_secret_key_size = rss_conf->rss_key_len; in atl_rss_hash_update()
1865 memcpy(cfg->aq_rss.hash_secret_key, def_rss_key, in atl_rss_hash_update()
1867 cfg->aq_rss.hash_secret_key_size = sizeof(def_rss_key); in atl_rss_hash_update()
1870 hw_atl_b0_hw_rss_set(hw, &cfg->aq_rss); in atl_rss_hash_update()
1871 hw_atl_b0_hw_rss_hash_set(hw, &cfg->aq_rss); in atl_rss_hash_update()
1884 rss_conf->rss_key_len = cfg->aq_rss.hash_secret_key_size; in atl_rss_hash_conf_get()
1885 memcpy(rss_conf->rss_key, cfg->aq_rss.hash_secret_key, in atl_rss_hash_conf_get()