Home
last modified time | relevance | path

Searched refs:host_time (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/hv/
H A Dhv_util.c296 u64 host_time; member
333 newtime = host_ts.host_time + timediff_adj; in hv_get_adj_host_time()
374 host_ts.host_time = hosttime; in adj_guesttime()
384 host_ts.host_time += (cur_reftime - reftime); in adj_guesttime()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c25 u64 host_time; member
164 .host_time = ktime_get_boottime_ns(), in iwl_mvm_ftm_restart()
1092 if (res->host_time - resp->host_time > in iwl_mvm_ftm_rtt_smoothing()
1134 resp->host_time = res->host_time; in iwl_mvm_ftm_rtt_smoothing()
1145 IWL_DEBUG_INFO(mvm, "\thost time: %llu\n", res->host_time); in iwl_mvm_debug_range_resp()
1315 result.host_time = iwl_mvm_ftm_get_host_time(mvm, in iwl_mvm_ftm_range_resp()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dt4.h315 ktime_t host_time; member
356 ktime_t host_time; member
H A Dqp.c721 swsqe->host_time = ktime_get(); in post_write_cmpl()
745 swsqe->host_time = ktime_get(); in post_write_cmpl()
1238 swsqe->host_time = ktime_get(); in c4iw_post_send()
1313 qhp->wq.rq.sw_rq[qhp->wq.rq.pidx].host_time = in c4iw_post_receive()
H A Ddevice.c109 le.post_host_time = wq->sq.sw_sq[wq->sq.cidx].host_time; in c4iw_log_wr_stats()
115 le.post_host_time = wq->rq.sw_rq[wq->rq.cidx].host_time; in c4iw_log_wr_stats()
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_video.c632 sample->host_time = time; in uvc_video_clock_decode()
833 y2 = ktime_to_ns(ktime_sub(last->host_time, first->host_time)) + y1; in uvc_video_clock_update()
851 timestamp = ktime_to_ns(first->host_time) + y - y1; in uvc_video_clock_update()
H A Duvcvideo.h504 ktime_t host_time; member
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dsiena.c132 static void siena_ptp_write_host_time(struct efx_nic *efx, u32 host_time) in siena_ptp_write_host_time() argument
134 _efx_writed(efx, cpu_to_le32(host_time), in siena_ptp_write_host_time()
H A Dptp.c872 unsigned int host_time; in efx_ptp_send_times() local
883 host_time = (now.ts_real.tv_sec << MC_NANOSECOND_BITS | in efx_ptp_send_times()
886 efx->type->ptp_write_host_time(efx, host_time); in efx_ptp_send_times()
H A Dnet_driver.h1424 void (*ptp_write_host_time)(struct efx_nic *efx, u32 host_time);
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c1348 static void guest_session__convert_time(struct guest_session *gs, u64 guest_time, u64 *host_time) in guest_session__convert_time() argument
1353 *host_time = 0; in guest_session__convert_time()
1370 *host_time = tsc_to_perf_time(tsc, &gs->host_tc); in guest_session__convert_time()
1372 *host_time = tsc; in guest_session__convert_time()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dptp.c853 unsigned int host_time; in efx_ptp_send_times() local
864 host_time = (now.ts_real.tv_sec << MC_NANOSECOND_BITS | in efx_ptp_send_times()
867 efx->type->ptp_write_host_time(efx, host_time); in efx_ptp_send_times()
H A Dnet_driver.h1473 void (*ptp_write_host_time)(struct efx_nic *efx, u32 host_time);
H A Def10.c3622 static void efx_ef10_ptp_write_host_time(struct efx_nic *efx, u32 host_time) in efx_ef10_ptp_write_host_time() argument
3624 _efx_writed(efx, cpu_to_le32(host_time), ER_DZ_MC_DB_LWRD); in efx_ef10_ptp_write_host_time()
3628 u32 host_time) {} in efx_ef10_ptp_write_host_time_vf() argument
/openbmc/linux/net/wireless/
H A Dpmsr.c508 res->host_time, NL80211_PMSR_RESP_ATTR_PAD)) in nl80211_pmsr_send_result()
/openbmc/linux/include/uapi/drm/
H A Dhabanalabs_accel.h992 __u64 host_time; member
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs_ioctl.c322 time_sync.host_time = ktime_get_raw_ns(); in time_sync_info()
/openbmc/linux/include/net/
H A Dcfg80211.h3849 u64 host_time, ap_tsf; member
/openbmc/qemu/linux-user/
H A Dsyscall.c9476 time_t host_time; in _syscall2() local
9477 ret = get_errno(time(&host_time)); in _syscall2()
9480 && put_user_sal(host_time, arg1)) in _syscall2()
/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c3705 result->host_time = nla_get_u64(tb[NL80211_PMSR_RESP_ATTR_HOST_TIME]); in mac80211_hwsim_parse_pmsr_resp()