Searched refs:ice_read_phy_reg_e82x (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_ptp_hw.c | 2848 ice_read_phy_reg_e82x(struct ice_hw *hw, u8 port, u16 offset, u32 *val) in ice_read_phy_reg_e82x() function 2896 err = ice_read_phy_reg_e82x(hw, port, low_addr, &low); in ice_read_64b_phy_reg_e82x() 2903 err = ice_read_phy_reg_e82x(hw, port, high_addr, &high); in ice_read_64b_phy_reg_e82x() 3576 err = ice_read_phy_reg_e82x(hw, port, P_REG_LINK_SPEED, &serdes); in ice_phy_get_speed_and_fec_e82x() 3983 err = ice_read_phy_reg_e82x(hw, port, P_REG_TX_OR, ®); in ice_phy_cfg_tx_offset_e82x() 3993 err = ice_read_phy_reg_e82x(hw, port, P_REG_TX_OV_STATUS, ®); in ice_phy_cfg_tx_offset_e82x() 4083 err = ice_read_phy_reg_e82x(hw, port, P_REG_PMD_ALIGNMENT, &val); in ice_phy_calc_pmd_adj_e82x() 4171 err = ice_read_phy_reg_e82x(hw, port, P_REG_RX_40_TO_160_CNT, in ice_phy_calc_pmd_adj_e82x() 4193 err = ice_read_phy_reg_e82x(hw, port, P_REG_RX_80_TO_160_CNT, in ice_phy_calc_pmd_adj_e82x() 4286 err = ice_read_phy_reg_e82x(hw, port, P_REG_RX_OR, ®); in ice_phy_cfg_rx_offset_e82x() [all …]
|