Searched refs:phc_time (Results 1 – 1 of 1) sorted by relevance
2470 struct virtchnl_phc_time *phc_time = NULL; in ice_vc_get_phc_time() local2480 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()