Searched refs:ice_aq_set_phy_cfg (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.h | 101 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi,
|
H A D | ice_common.c | 2601 * ice_aq_set_phy_cfg 2613 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi, in ice_aq_set_phy_cfg() function 2868 status = ice_aq_set_phy_cfg(hw, pi, &cfg, NULL); in ice_set_fc()
|
H A D | ice_ethtool.c | 1001 if (ice_aq_set_phy_cfg(pi->hw, pi, &config, NULL)) in ice_set_fec_cfg() 2407 status = ice_aq_set_phy_cfg(&pf->hw, pi, &config, NULL); in ice_set_link_ksettings()
|
H A D | ice_main.c | 1680 retcode = ice_aq_set_phy_cfg(&vsi->back->hw, pi, cfg, NULL); in ice_force_phys_link_state() 1981 status = ice_aq_set_phy_cfg(&vsi->back->hw, pi, cfg, NULL); in ice_configure_phy()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.h | 110 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi,
|
H A D | ice_common.c | 3191 * ice_aq_set_phy_cfg 3203 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi, in ice_aq_set_phy_cfg() function 3457 status = ice_aq_set_phy_cfg(hw, pi, &cfg, NULL); in ice_set_fc()
|
H A D | ice_ethtool.c | 1172 if (ice_aq_set_phy_cfg(pi->hw, pi, &config, NULL)) in ice_set_fec_cfg() 2371 err = ice_aq_set_phy_cfg(&pf->hw, pi, &config, NULL); in ice_set_link_ksettings()
|
H A D | ice_main.c | 1943 retcode = ice_aq_set_phy_cfg(&vsi->back->hw, pi, cfg, NULL); in ice_force_phys_link_state() 2243 err = ice_aq_set_phy_cfg(&pf->hw, pi, cfg, NULL); in ice_configure_phy()
|
Completed in 38 milliseconds