Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_type.h198 struct ice_aqc_set_phy_cfg_data curr_user_phy_cfg; member
H A Dice_main.c1928 cfg = kmemdup(&pi->phy.curr_user_phy_cfg, sizeof(*cfg), GFP_KERNEL); in ice_force_phys_link_state()
2039 cfg = &phy->curr_user_phy_cfg; in ice_init_phy_cfg_dflt_override()
2092 ice_copy_phy_caps_to_cfg(pi, pcaps, &pi->phy.curr_user_phy_cfg); in ice_init_phy_user_cfg()
2174 ice_phy_caps_equals_cfg(pcaps, &phy->curr_user_phy_cfg)) in ice_configure_phy()
2204 cfg->phy_type_low = phy->curr_user_phy_cfg.phy_type_low; in ice_configure_phy()
2205 cfg->phy_type_high = phy->curr_user_phy_cfg.phy_type_high; in ice_configure_phy()
H A Dice_ethtool.c1167 memcpy(&config, &pi->phy.curr_user_phy_cfg, sizeof(config)); in ice_set_fec_cfg()
2286 config = pi->phy.curr_user_phy_cfg; in ice_set_link_ksettings()
H A Dice_common.c3265 pi->phy.curr_user_phy_cfg = *cfg; in ice_aq_set_phy_cfg()