Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.c180 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()
Daq_nic.h48 struct aq_rss_parameters aq_rss; member
Daq_vec.c120 idx + aq_nic_cfg->aq_rss.base_cpu_number; in aq_vec_alloc()
Daq_nic.c42 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()
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c372 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()
Dhw_atl_b0.c412 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()