Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dptp.c249 s64 gp2_ns; in iwl_mld_phc_get_crosstimestamp() local
264 gp2_ns = iwl_mld_ptp_get_adj_time(mld, (u64)gp2 * NSEC_PER_USEC); in iwl_mld_phc_get_crosstimestamp()
269 gp2, mld->ptp_data.last_gp2, gp2_ns, (s64)sys_time); in iwl_mld_phc_get_crosstimestamp()
272 xtstamp->device = ns_to_ktime(gp2_ns); in iwl_mld_phc_get_crosstimestamp()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dptp.c159 s64 gp2_ns; in iwl_mvm_phc_get_crosstimestamp() local
180 gp2_ns = iwl_mvm_ptp_get_adj_time(mvm, (u64)gp2 * NSEC_PER_USEC); in iwl_mvm_phc_get_crosstimestamp()
183 gp2, mvm->ptp_data.last_gp2, gp2_ns, (s64)sys_time); in iwl_mvm_phc_get_crosstimestamp()
186 xtstamp->device = (ktime_t)gp2_ns; in iwl_mvm_phc_get_crosstimestamp()