Home
last modified time | relevance | path

Searched refs:aq_rss (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c402 adapter->hw_cfg.aq_rss.indirection_table_size = in eth_atl_dev_init()
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()
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()
[all …]
H A Datl_types.h113 struct aq_rss_parameters aq_rss; member
H A Datl_rxtx.c341 struct aq_rss_parameters *rss_params = &hw->aq_nic_cfg->aq_rss; in atl_rx_init()
/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_b0.c351 hw_atl_b0_hw_rss_set(self, &aq_nic_cfg->aq_rss); in hw_atl_b0_hw_init()
352 hw_atl_b0_hw_rss_hash_set(self, &aq_nic_cfg->aq_rss); in hw_atl_b0_hw_init()