Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/
A Daq_ethtool.c447 return sizeof(cfg->aq_rss.hash_secret_key); in aq_ethtool_get_rss_key_size()
463 indir[i] = cfg->aq_rss.indirection_table[i]; in aq_ethtool_get_rss()
466 memcpy(key, cfg->aq_rss.hash_secret_key, in aq_ethtool_get_rss()
467 sizeof(cfg->aq_rss.hash_secret_key)); in aq_ethtool_get_rss()
482 rss_entries = cfg->aq_rss.indirection_table_size; in aq_ethtool_set_rss()
490 cfg->aq_rss.indirection_table[i] = indir[i]; in aq_ethtool_set_rss()
494 memcpy(cfg->aq_rss.hash_secret_key, key, in aq_ethtool_set_rss()
495 sizeof(cfg->aq_rss.hash_secret_key)); in aq_ethtool_set_rss()
497 &cfg->aq_rss); in aq_ethtool_set_rss()
502 err = aq_nic->aq_hw_ops->hw_rss_set(aq_nic->aq_hw, &cfg->aq_rss); in aq_ethtool_set_rss()
A Daq_nic.h78 struct aq_rss_parameters aq_rss; member
A Daq_vec.c114 idx + aq_nic_cfg->aq_rss.base_cpu_number; in aq_vec_alloc()
A Daq_nic.c58 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()
A Daq_ptp.c997 aq_nic_get_cfg(aq_nic)->aq_rss.base_cpu_number; in aq_ptp_ring_alloc()
/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
A Dhw_atl2.c565 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()
/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/hw_atl/
A Dhw_atl_a0.c374 hw_atl_a0_hw_rss_set(self, &aq_nic_cfg->aq_rss); in hw_atl_a0_hw_init()
375 hw_atl_a0_hw_rss_hash_set(self, &aq_nic_cfg->aq_rss); in hw_atl_a0_hw_init()
A Dhw_atl_b0.c583 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()

Completed in 19 milliseconds