Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/virt/
H A Dvirtchnl.c2470 struct virtchnl_phc_time *phc_time = NULL; in ice_vc_get_phc_time() local
2480 phc_time = kzalloc_obj(*phc_time); in ice_vc_get_phc_time()
2481 if (!phc_time) { in ice_vc_get_phc_time()
2486 len = sizeof(*phc_time); in ice_vc_get_phc_time()
2488 phc_time->time = ice_ptp_read_src_clk_reg(pf, NULL); in ice_vc_get_phc_time()
2493 (u8 *)phc_time, len); in ice_vc_get_phc_time()
2494 kfree(phc_time); in ice_vc_get_phc_time()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c1971 * @phc_time: on return, the lower 64bits of PHC time in ice_read_phy_and_phc_time_eth56g()
1981 u64 *phy_time, u64 *phc_time) in ice_read_phy_and_phc_time_eth56g()
2010 *phc_time = (u64)lo << 32 | zo; in ice_sync_phy_timer_eth56g()
2049 u64 phc_time, phy_time, difference; in ice_sync_phy_timer_eth56g()
2057 err = ice_read_phy_and_phc_time_eth56g(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_eth56g()
2071 difference = phc_time - phy_time;
2087 err = ice_read_phy_and_phc_time_eth56g(hw, port, &phy_time, &phc_time); in ice_stop_phy_timer_eth56g()
2093 port, phy_time, phc_time);
4099 * @phc_time: on return, the lower 64bits of PHC time in ice_read_phy_and_phc_time_e82x()
4106 u64 *phc_time) in ice_read_phy_and_phc_time_e82x()
1944 ice_read_phy_and_phc_time_eth56g(struct ice_hw * hw,u8 port,u64 * phy_time,u64 * phc_time) ice_read_phy_and_phc_time_eth56g() argument
2012 u64 phc_time, phy_time, difference; ice_sync_phy_timer_eth56g() local
4069 ice_read_phy_and_phc_time_e82x(struct ice_hw * hw,u8 port,u64 * phy_time,u64 * phc_time) ice_read_phy_and_phc_time_e82x() argument
4128 u64 phc_time, phy_time, difference; ice_sync_phy_timer_e82x() local
[all...]