Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv_util.c494 u8 *hbeat_txf_buf = util_heartbeat.recv_buffer; in heartbeat_onchannelcallback() local
498 if (vmbus_recvpacket(channel, hbeat_txf_buf, HV_HYP_PAGE_SIZE, in heartbeat_onchannelcallback()
514 icmsghdrp = (struct icmsg_hdr *)&hbeat_txf_buf[ in heartbeat_onchannelcallback()
519 hbeat_txf_buf, recvlen, in heartbeat_onchannelcallback()
538 heartbeat_msg = (struct heartbeat_msg_data *)&hbeat_txf_buf[ICMSG_HDR]; in heartbeat_onchannelcallback()
550 vmbus_sendpacket(channel, hbeat_txf_buf, in heartbeat_onchannelcallback()