Searched refs:ice_read_port_eth56g (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp_hw.c | 1049 static int ice_read_port_eth56g(struct ice_hw *hw, u8 port, u32 offset, in ice_read_port_eth56g() function 1136 return ice_read_port_eth56g(hw, port, offset, val, ETH56G_PHY_REG_PTP); in ice_read_ptp_reg_eth56g() 1154 return ice_read_port_eth56g(hw, port, offset, val, ETH56G_PHY_REG_MAC); in ice_read_mac_reg_eth56g() 1172 return ice_read_port_eth56g(hw, port, offset, val, ETH56G_PHY_REG_GPCS); in ice_read_gpcs_reg_eth56g() 1190 return ice_read_port_eth56g(hw, port, offset, val, ETH56G_PHY_MEM_PTP); in ice_read_port_mem_eth56g() 1355 err = ice_read_port_eth56g(hw, port, low_addr, &lo, res_type); in ice_read_64b_phy_reg_eth56g() 1362 err = ice_read_port_eth56g(hw, port, high_addr, &hi, res_type); in ice_read_64b_phy_reg_eth56g()
|