Searched refs:ice_read_phy_reg_e82x (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp_hw.c | 2891 ice_read_phy_reg_e82x(struct ice_hw *hw, u8 port, u16 offset, u32 *val) in ice_read_phy_reg_e82x() function 2939 err = ice_read_phy_reg_e82x(hw, port, low_addr, &low); in ice_read_64b_phy_reg_e82x() 2946 err = ice_read_phy_reg_e82x(hw, port, high_addr, &high); in ice_read_64b_phy_reg_e82x() 3619 err = ice_read_phy_reg_e82x(hw, port, P_REG_LINK_SPEED, &serdes); in ice_phy_get_speed_and_fec_e82x() 4026 err = ice_read_phy_reg_e82x(hw, port, P_REG_TX_OR, ®); in ice_phy_cfg_tx_offset_e82x() 4036 err = ice_read_phy_reg_e82x(hw, port, P_REG_TX_OV_STATUS, ®); in ice_phy_cfg_tx_offset_e82x() 4126 err = ice_read_phy_reg_e82x(hw, port, P_REG_PMD_ALIGNMENT, &val); in ice_phy_calc_pmd_adj_e82x() 4214 err = ice_read_phy_reg_e82x(hw, port, P_REG_RX_40_TO_160_CNT, in ice_phy_calc_pmd_adj_e82x() 4236 err = ice_read_phy_reg_e82x(hw, port, P_REG_RX_80_TO_160_CNT, in ice_phy_calc_pmd_adj_e82x() 4329 err = ice_read_phy_reg_e82x(hw, port, P_REG_RX_OR, ®); in ice_phy_cfg_rx_offset_e82x() [all …]
|