Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv_util.c402 u8 *time_txf_buf = util_timesynch.recv_buffer; in timesync_onchannelcallback() local
409 int ret = vmbus_recvpacket(channel, time_txf_buf, in timesync_onchannelcallback()
428 icmsghdrp = (struct icmsg_hdr *)&time_txf_buf[ in timesync_onchannelcallback()
433 time_txf_buf, recvlen, in timesync_onchannelcallback()
449 refdata = (struct ictimesync_ref_data *)&time_txf_buf[ICMSG_HDR]; in timesync_onchannelcallback()
461 timedatap = (struct ictimesync_data *)&time_txf_buf[ICMSG_HDR]; in timesync_onchannelcallback()
476 vmbus_sendpacket(channel, time_txf_buf, in timesync_onchannelcallback()