Searched refs:ice_ptp_src_cmd (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp_hw.c | 874 void ice_ptp_src_cmd(struct ice_hw *hw, enum ice_ptp_tmr_cmd cmd) in ice_ptp_src_cmd() function 2417 ice_ptp_src_cmd(hw, ICE_PTP_READ_TIME); in ice_read_phy_and_phc_time_eth56g() 2490 ice_ptp_src_cmd(hw, ICE_PTP_NOP); in ice_sync_phy_timer_eth56g() 2577 ice_ptp_src_cmd(hw, ICE_PTP_NOP); in ice_start_phy_timer_eth56g() 4470 ice_ptp_src_cmd(hw, ICE_PTP_READ_TIME); in ice_read_phy_and_phc_time_e82x() 4550 ice_ptp_src_cmd(hw, ICE_PTP_NOP); in ice_sync_phy_timer_e82x() 4673 ice_ptp_src_cmd(hw, ICE_PTP_NOP); in ice_start_phy_timer_e82x() 5742 ice_ptp_src_cmd(hw, cmd); in ice_ptp_tmr_cmd()
|
H A D | ice_ptp_hw.h | 333 void ice_ptp_src_cmd(struct ice_hw *hw, enum ice_ptp_tmr_cmd cmd);
|
H A D | ice_ptp.c | 2221 ice_ptp_src_cmd(hw, ICE_PTP_READ_TIME); in ice_ptp_get_syncdevicetime() 2255 ice_ptp_src_cmd(hw, ICE_PTP_NOP); in ice_ptp_get_syncdevicetime()
|