Searched refs:ice_ptp_src_cmd (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_ptp_hw.c | 851 void ice_ptp_src_cmd(struct ice_hw *hw, enum ice_ptp_tmr_cmd cmd) in ice_ptp_src_cmd() function 2338 ice_ptp_src_cmd(hw, ICE_PTP_READ_TIME); in ice_read_phy_and_phc_time_eth56g() 2411 ice_ptp_src_cmd(hw, ICE_PTP_NOP); in ice_sync_phy_timer_eth56g() 2498 ice_ptp_src_cmd(hw, ICE_PTP_NOP); in ice_start_phy_timer_eth56g() 4427 ice_ptp_src_cmd(hw, ICE_PTP_READ_TIME); in ice_read_phy_and_phc_time_e82x() 4507 ice_ptp_src_cmd(hw, ICE_PTP_NOP); in ice_sync_phy_timer_e82x() 4630 ice_ptp_src_cmd(hw, ICE_PTP_NOP); in ice_start_phy_timer_e82x() 5519 ice_ptp_src_cmd(hw, cmd); in ice_ptp_tmr_cmd()
|
D | ice_ptp_hw.h | 335 void ice_ptp_src_cmd(struct ice_hw *hw, enum ice_ptp_tmr_cmd cmd);
|
D | ice_ptp.c | 2202 ice_ptp_src_cmd(hw, ICE_PTP_READ_TIME); in ice_ptp_get_syncdevicetime() 2236 ice_ptp_src_cmd(hw, ICE_PTP_NOP); in ice_ptp_get_syncdevicetime()
|