Home
last modified time | relevance | path

Searched refs:ice_read_phy_reg_e822 (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_ptp_hw.c285 ice_read_phy_reg_e822(struct ice_hw *hw, u8 port, u16 offset, u32 *val) in ice_read_phy_reg_e822() function
318 status = ice_read_phy_reg_e822(hw, port, low_addr, &low); in ice_read_40b_phy_reg_e822()
325 status = ice_read_phy_reg_e822(hw, port, high_addr, &high); in ice_read_40b_phy_reg_e822()
365 status = ice_read_phy_reg_e822(hw, port, low_addr, &low); in ice_read_64b_phy_reg_e822()
372 status = ice_read_phy_reg_e822(hw, port, high_addr, &high); in ice_read_64b_phy_reg_e822()
2088 status = ice_read_phy_reg_e822(hw, port, P_REG_RX_40_TO_160_CNT, in ice_phy_calc_pmd_adj_e822()
2110 status = ice_read_phy_reg_e822(hw, port, P_REG_RX_80_TO_160_CNT, in ice_phy_calc_pmd_adj_e822()
2442 status = ice_read_phy_reg_e822(hw, port, P_REG_PS, &val); in ice_stop_phy_timer_e822()
2522 status = ice_read_phy_reg_e822(hw, port, P_REG_PS, &val); in ice_start_phy_timer_e822()
2605 status = ice_read_phy_reg_e822(hw, port, P_REG_TX_OV_STATUS, &val); in ice_phy_exit_bypass_e822()
[all …]
H A Dice_ptp_hw.h147 ice_read_phy_reg_e822(struct ice_hw *hw, u8 port, u16 offset, u32 *val);