Searched refs:host_time (Results 1 – 10 of 10) sorted by relevance
213 u64 host_time; member226 newtime = host_ts.host_time + (reftime - host_ts.ref_time); in hv_get_adj_host_time()265 host_ts.host_time = hosttime; in adj_guesttime()275 host_ts.host_time += (cur_reftime - reftime); in adj_guesttime()
314 ktime_t host_time; member355 ktime_t host_time; member
716 swsqe->host_time = ktime_get(); in post_write_cmpl()737 swsqe->host_time = ktime_get(); in post_write_cmpl()1257 swsqe->host_time = ktime_get(); in c4iw_post_send()1332 qhp->wq.rq.sw_rq[qhp->wq.rq.pidx].host_time = in c4iw_post_receive()
117 le.post_host_time = wq->sq.sw_sq[wq->sq.cidx].host_time; in c4iw_log_wr_stats()123 le.post_host_time = wq->rq.sw_rq[wq->rq.cidx].host_time; in c4iw_log_wr_stats()
528 sample->host_time = time; in uvc_video_clock_decode()721 y2 = (u32)ktime_to_ns(ktime_sub(last->host_time, first->host_time)) + y1; in uvc_video_clock_update()738 timestamp = ktime_to_ns(first->host_time) + y - y1; in uvc_video_clock_update()
559 ktime_t host_time; member
131 static void siena_ptp_write_host_time(struct efx_nic *efx, u32 host_time) in siena_ptp_write_host_time() argument133 _efx_writed(efx, cpu_to_le32(host_time), in siena_ptp_write_host_time()
843 unsigned int host_time; in efx_ptp_send_times() local854 host_time = (now.ts_real.tv_sec << MC_NANOSECOND_BITS | in efx_ptp_send_times()857 efx->type->ptp_write_host_time(efx, host_time); in efx_ptp_send_times()
1386 void (*ptp_write_host_time)(struct efx_nic *efx, u32 host_time);
6145 static void efx_ef10_ptp_write_host_time(struct efx_nic *efx, u32 host_time) in efx_ef10_ptp_write_host_time() argument6147 _efx_writed(efx, cpu_to_le32(host_time), ER_DZ_MC_DB_LWRD); in efx_ef10_ptp_write_host_time()6151 u32 host_time) {} in efx_ef10_ptp_write_host_time_vf() argument