Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_type.h197 struct ice_aqc_set_phy_cfg_data curr_user_phy_cfg; member
Dice_main.c1895 cfg = kmemdup(&pi->phy.curr_user_phy_cfg, sizeof(*cfg), GFP_KERNEL); in ice_force_phys_link_state()
2006 cfg = &phy->curr_user_phy_cfg; in ice_init_phy_cfg_dflt_override()
2059 ice_copy_phy_caps_to_cfg(pi, pcaps, &pi->phy.curr_user_phy_cfg); in ice_init_phy_user_cfg()
2141 ice_phy_caps_equals_cfg(pcaps, &phy->curr_user_phy_cfg)) in ice_configure_phy()
2171 cfg->phy_type_low = phy->curr_user_phy_cfg.phy_type_low; in ice_configure_phy()
2172 cfg->phy_type_high = phy->curr_user_phy_cfg.phy_type_high; in ice_configure_phy()
Dice_ethtool.c997 memcpy(&config, &pi->phy.curr_user_phy_cfg, sizeof(config)); in ice_set_fec_cfg()
2337 config = pi->phy.curr_user_phy_cfg; in ice_set_link_ksettings()
Dice_common.c3166 pi->phy.curr_user_phy_cfg = *cfg; in ice_aq_set_phy_cfg()