Searched refs:curr_user_phy_cfg (Results 1 – 4 of 4) sorted by relevance
188 struct ice_aqc_set_phy_cfg_data curr_user_phy_cfg; member
1741 cfg = kmemdup(&pi->phy.curr_user_phy_cfg, sizeof(*cfg), GFP_KERNEL); in ice_force_phys_link_state()1854 cfg = &phy->curr_user_phy_cfg; in ice_init_phy_cfg_dflt_override()1909 ice_copy_phy_caps_to_cfg(pi, pcaps, &pi->phy.curr_user_phy_cfg); in ice_init_phy_user_cfg()1992 ice_phy_caps_equals_cfg(pcaps, &phy->curr_user_phy_cfg)) in ice_configure_phy()2023 cfg->phy_type_low = phy->curr_user_phy_cfg.phy_type_low; in ice_configure_phy()2024 cfg->phy_type_high = phy->curr_user_phy_cfg.phy_type_high; in ice_configure_phy()
973 memcpy(&config, &pi->phy.curr_user_phy_cfg, sizeof(config)); in ice_set_fec_cfg()2259 config = pi->phy.curr_user_phy_cfg; in ice_set_link_ksettings()
2897 pi->phy.curr_user_phy_cfg = *cfg; in ice_aq_set_phy_cfg()