Searched refs:curr_user_phy_cfg (Results 1 – 4 of 4) sorted by relevance
190 struct ice_aqc_set_phy_cfg_data curr_user_phy_cfg; member
1834 cfg = kmemdup(&pi->phy.curr_user_phy_cfg, sizeof(*cfg), GFP_KERNEL); in ice_force_phys_link_state()1947 cfg = &phy->curr_user_phy_cfg; in ice_init_phy_cfg_dflt_override()2002 ice_copy_phy_caps_to_cfg(pi, pcaps, &pi->phy.curr_user_phy_cfg); in ice_init_phy_user_cfg()2086 ice_phy_caps_equals_cfg(pcaps, &phy->curr_user_phy_cfg)) in ice_configure_phy()2117 cfg->phy_type_low = phy->curr_user_phy_cfg.phy_type_low; in ice_configure_phy()2118 cfg->phy_type_high = phy->curr_user_phy_cfg.phy_type_high; in ice_configure_phy()
993 memcpy(&config, &pi->phy.curr_user_phy_cfg, sizeof(config)); in ice_set_fec_cfg()2298 config = pi->phy.curr_user_phy_cfg; in ice_set_link_ksettings()
2946 pi->phy.curr_user_phy_cfg = *cfg; in ice_aq_set_phy_cfg()
Completed in 34 milliseconds