Searched refs:ice_ptp_one_port_cmd (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_ptp_hw.c | 2341 err = ice_ptp_one_port_cmd(hw, port, ICE_PTP_READ_TIME); in ice_read_phy_and_phc_time_eth56g() 2418 err = ice_ptp_one_port_cmd(hw, port, ICE_PTP_ADJ_TIME); in ice_sync_phy_timer_eth56g() 2520 err = ice_ptp_one_port_cmd(hw, port, ICE_PTP_INIT_INCVAL); in ice_start_phy_timer_eth56g() 4430 err = ice_ptp_one_port_cmd(hw, port, ICE_PTP_READ_TIME); in ice_read_phy_and_phc_time_e82x() 4502 err = ice_ptp_one_port_cmd(hw, port, ICE_PTP_ADJ_TIME); in ice_sync_phy_timer_e82x() 4625 err = ice_ptp_one_port_cmd(hw, port, ICE_PTP_INIT_INCVAL); in ice_start_phy_timer_e82x() 4653 err = ice_ptp_one_port_cmd(hw, port, ICE_PTP_INIT_INCVAL); in ice_start_phy_timer_e82x() 5444 int ice_ptp_one_port_cmd(struct ice_hw *hw, u8 configured_port, in ice_ptp_one_port_cmd() function
|
D | ice_ptp_hw.h | 347 int ice_ptp_one_port_cmd(struct ice_hw *hw, u8 configured_port,
|