Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c110 static void ice_ptp_src_cmd(struct ice_hw *hw, enum ice_ptp_tmr_cmd cmd) in ice_ptp_src_cmd()
1242 ice_ptp_write_port_cmd_e822(struct ice_hw *hw, u8 port, enum ice_ptp_tmr_cmd cmd) in ice_ptp_write_port_cmd_e822()
1325 enum ice_ptp_tmr_cmd configured_cmd) in ice_ptp_one_port_cmd()
1330 enum ice_ptp_tmr_cmd cmd; in ice_ptp_one_port_cmd()
1355 ice_ptp_port_cmd_e822(struct ice_hw *hw, enum ice_ptp_tmr_cmd cmd) in ice_ptp_port_cmd_e822()
2872 static int ice_ptp_port_cmd_e810(struct ice_hw *hw, enum ice_ptp_tmr_cmd cmd) in ice_ptp_port_cmd_e810()
3162 static int ice_ptp_tmr_cmd(struct ice_hw *hw, enum ice_ptp_tmr_cmd cmd) in ice_ptp_tmr_cmd() function
3222 return ice_ptp_tmr_cmd(hw, INIT_TIME); in ice_ptp_init_time()
3257 return ice_ptp_tmr_cmd(hw, INIT_INCVAL); in ice_ptp_write_incval()
3316 return ice_ptp_tmr_cmd(hw, ADJ_TIME); in ice_ptp_adj_clock()
H A Dice_ptp_hw.h7 enum ice_ptp_tmr_cmd { enum