Lines Matching defs:pf

192 	struct ice_pf *pf = ptp_info_to_pf(info);  in ice_ptp_set_sma_e810t()  local
263 static void ice_set_tx_tstamp(struct ice_pf *pf, bool on) in ice_set_tx_tstamp()
296 static void ice_set_rx_tstamp(struct ice_pf *pf, bool on) in ice_set_rx_tstamp()
324 void ice_ptp_cfg_timestamp(struct ice_pf *pf, bool ena) in ice_ptp_cfg_timestamp()
344 int ice_get_ptp_clock_index(struct ice_pf *pf) in ice_get_ptp_clock_index()
390 static void ice_set_ptp_clock_index(struct ice_pf *pf) in ice_set_ptp_clock_index()
430 static void ice_clear_ptp_clock_index(struct ice_pf *pf) in ice_clear_ptp_clock_index()
462 ice_ptp_read_src_clk_reg(struct ice_pf *pf, struct ptp_system_timestamp *sts) in ice_ptp_read_src_clk_reg()
586 static u64 ice_ptp_extend_40b_ts(struct ice_pf *pf, u64 in_tstamp) in ice_ptp_extend_40b_ts()
643 struct ice_pf *pf; in ice_ptp_tx_tstamp() local
744 ice_ptp_flush_tx_tracker(struct ice_pf *pf, struct ice_ptp_tx *tx) in ice_ptp_flush_tx_tracker()
774 ice_ptp_release_tx_tracker(struct ice_pf *pf, struct ice_ptp_tx *tx) in ice_ptp_release_tx_tracker()
804 ice_ptp_init_tx_e822(struct ice_pf *pf, struct ice_ptp_tx *tx, u8 port) in ice_ptp_init_tx_e822()
822 ice_ptp_init_tx_e810(struct ice_pf *pf, struct ice_ptp_tx *tx) in ice_ptp_init_tx_e810()
842 static void ice_ptp_tx_tstamp_cleanup(struct ice_pf *pf, struct ice_ptp_tx *tx) in ice_ptp_tx_tstamp_cleanup()
893 static int ice_ptp_update_cached_phctime(struct ice_pf *pf) in ice_ptp_update_cached_phctime()
961 static void ice_ptp_reset_cached_phctime(struct ice_pf *pf) in ice_ptp_reset_cached_phctime()
999 ice_ptp_read_time(struct ice_pf *pf, struct timespec64 *ts, in ice_ptp_read_time()
1014 static int ice_ptp_write_init(struct ice_pf *pf, struct timespec64 *ts) in ice_ptp_write_init()
1030 static int ice_ptp_write_adj(struct ice_pf *pf, s32 adj) in ice_ptp_write_adj()
1046 static u64 ice_base_incval(struct ice_pf *pf) in ice_base_incval()
1069 static void ice_ptp_reset_ts_memory_quad(struct ice_pf *pf, int quad) in ice_ptp_reset_ts_memory_quad()
1085 struct ice_pf *pf; in ice_ptp_check_tx_fifo() local
1147 struct ice_pf *pf = ptp_port_to_pf(port); in ice_ptp_check_tx_offset_valid() local
1181 struct ice_pf *pf = ptp_port_to_pf(port); in ice_ptp_check_rx_offset_valid() local
1238 struct ice_pf *pf; in ice_ptp_wait_for_offset_valid() local
1273 struct ice_pf *pf = ptp_port_to_pf(ptp_port); in ice_ptp_port_phy_stop() local
1306 struct ice_pf *pf = ptp_port_to_pf(ptp_port); in ice_ptp_port_phy_restart() local
1351 int ice_ptp_link_change(struct ice_pf *pf, u8 port, bool linkup) in ice_ptp_link_change()
1379 static void ice_ptp_reset_ts_memory(struct ice_pf *pf) in ice_ptp_reset_ts_memory()
1395 static int ice_ptp_tx_ena_intr(struct ice_pf *pf, bool ena, u32 threshold) in ice_ptp_tx_ena_intr()
1435 static void ice_ptp_reset_phy_timestamping(struct ice_pf *pf) in ice_ptp_reset_phy_timestamping()
1450 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_adjfine() local
1489 struct ice_pf *pf = container_of(ptp, struct ice_pf, ptp); in ice_ptp_extts_work() local
1526 ice_ptp_cfg_extts(struct ice_pf *pf, bool ena, unsigned int chan, u32 gpio_pin, in ice_ptp_cfg_extts()
1588 static int ice_ptp_cfg_clkout(struct ice_pf *pf, unsigned int chan, in ice_ptp_cfg_clkout()
1694 static void ice_ptp_disable_all_clkout(struct ice_pf *pf) in ice_ptp_disable_all_clkout()
1711 static void ice_ptp_enable_all_clkout(struct ice_pf *pf) in ice_ptp_enable_all_clkout()
1731 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_gpio_enable_e810() local
1810 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_gettimex64() local
1835 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_settime64() local
1901 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_adjtime() local
1957 struct ice_pf *pf = (struct ice_pf *)ctx; in ice_ptp_get_syncdevicetime() local
2030 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_getcrosststamp_e822() local
2044 int ice_ptp_get_ts_config(struct ice_pf *pf, struct ifreq *ifr) in ice_ptp_get_ts_config()
2063 ice_ptp_set_timestamp_mode(struct ice_pf *pf, struct hwtstamp_config *config) in ice_ptp_set_timestamp_mode()
2110 int ice_ptp_set_ts_config(struct ice_pf *pf, struct ifreq *ifr) in ice_ptp_set_ts_config()
2182 ice_ptp_disable_sma_pins_e810t(struct ice_pf *pf, struct ptp_clock_info *info) in ice_ptp_disable_sma_pins_e810t()
2205 ice_ptp_setup_sma_pins_e810t(struct ice_pf *pf, struct ptp_clock_info *info) in ice_ptp_setup_sma_pins_e810t()
2230 ice_ptp_setup_pins_e810(struct ice_pf *pf, struct ptp_clock_info *info) in ice_ptp_setup_pins_e810()
2258 ice_ptp_set_funcs_e822(struct ice_pf *pf, struct ptp_clock_info *info) in ice_ptp_set_funcs_e822()
2278 ice_ptp_set_funcs_e810(struct ice_pf *pf, struct ptp_clock_info *info) in ice_ptp_set_funcs_e810()
2288 static void ice_ptp_set_caps(struct ice_pf *pf) in ice_ptp_set_caps()
2317 static long ice_ptp_create_clock(struct ice_pf *pf) in ice_ptp_create_clock()
2387 bool ice_ptp_process_ts(struct ice_pf *pf) in ice_ptp_process_ts()
2395 struct ice_pf *pf = container_of(ptp, struct ice_pf, ptp); in ice_ptp_periodic_work() local
2414 void ice_ptp_reset(struct ice_pf *pf) in ice_ptp_reset()
2504 void ice_ptp_prepare_for_reset(struct ice_pf *pf) in ice_ptp_prepare_for_reset()
2542 static int ice_ptp_init_owner(struct ice_pf *pf) in ice_ptp_init_owner()
2607 static int ice_ptp_init_work(struct ice_pf *pf, struct ice_ptp *ptp) in ice_ptp_init_work()
2636 static int ice_ptp_init_port(struct ice_pf *pf, struct ice_ptp_port *ptp_port) in ice_ptp_init_port()
2660 void ice_ptp_init(struct ice_pf *pf) in ice_ptp_init()
2708 void ice_ptp_release(struct ice_pf *pf) in ice_ptp_release()