Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv_util.c425 u8 *time_txf_buf = util_timesynch.recv_buffer; in timesync_onchannelcallback() local
432 int ret = vmbus_recvpacket(channel, time_txf_buf, in timesync_onchannelcallback()
451 icmsghdrp = (struct icmsg_hdr *)&time_txf_buf[ in timesync_onchannelcallback()
456 time_txf_buf, recvlen, in timesync_onchannelcallback()
472 refdata = (struct ictimesync_ref_data *)&time_txf_buf[ICMSG_HDR]; in timesync_onchannelcallback()
484 timedatap = (struct ictimesync_data *)&time_txf_buf[ICMSG_HDR]; in timesync_onchannelcallback()
499 vmbus_sendpacket(channel, time_txf_buf, in timesync_onchannelcallback()