Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
Dice_type.h197 struct ice_aqc_set_phy_cfg_data curr_user_phy_cfg; member
Dice_main.c1933 cfg = kmemdup(&pi->phy.curr_user_phy_cfg, sizeof(*cfg), GFP_KERNEL); in ice_force_phys_link_state()
2044 cfg = &phy->curr_user_phy_cfg; in ice_init_phy_cfg_dflt_override()
2097 ice_copy_phy_caps_to_cfg(pi, pcaps, &pi->phy.curr_user_phy_cfg); in ice_init_phy_user_cfg()
2179 ice_phy_caps_equals_cfg(pcaps, &phy->curr_user_phy_cfg)) in ice_configure_phy()
2209 cfg->phy_type_low = phy->curr_user_phy_cfg.phy_type_low; in ice_configure_phy()
2210 cfg->phy_type_high = phy->curr_user_phy_cfg.phy_type_high; in ice_configure_phy()
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()
Dice_common.c3242 pi->phy.curr_user_phy_cfg = *cfg; in ice_aq_set_phy_cfg()