Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_ptp_hw.h8 enum ice_ptp_tmr_cmd { enum
132 void ice_ptp_src_cmd(struct ice_hw *hw, enum ice_ptp_tmr_cmd cmd);
162 ice_ptp_one_port_cmd(struct ice_hw *hw, u8 port, enum ice_ptp_tmr_cmd cmd,
H A Dice_ptp_hw.c1324 ice_ptp_one_port_cmd(struct ice_hw *hw, u8 port, enum ice_ptp_tmr_cmd cmd, in ice_ptp_one_port_cmd()
1411 ice_ptp_port_cmd_e822(struct ice_hw *hw, enum ice_ptp_tmr_cmd cmd, in ice_ptp_port_cmd_e822()
3031 ice_ptp_port_cmd_e810(struct ice_hw *hw, enum ice_ptp_tmr_cmd cmd, in ice_ptp_port_cmd_e810()
3356 void ice_ptp_src_cmd(struct ice_hw *hw, enum ice_ptp_tmr_cmd cmd) in ice_ptp_src_cmd()
3400 ice_ptp_tmr_cmd(struct ice_hw *hw, enum ice_ptp_tmr_cmd cmd, bool lock_sbq) in ice_ptp_tmr_cmd() function
3460 return ice_ptp_tmr_cmd(hw, INIT_TIME, true); in ice_ptp_init_time()
3495 return ice_ptp_tmr_cmd(hw, INIT_INCVAL, true); in ice_ptp_write_incval()
3556 return ice_ptp_tmr_cmd(hw, ADJ_TIME, lock_sbq); in ice_ptp_adj_clock()
3614 return ice_ptp_tmr_cmd(hw, ADJ_TIME_AT_TIME, true); in ice_ptp_adj_clock_at_time()