Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv_util.c191 u8 *shut_txf_buf = util_shutdown.recv_buffer; in shutdown_onchannelcallback() local
197 if (vmbus_recvpacket(channel, shut_txf_buf, HV_HYP_PAGE_SIZE, &recvlen, &requestid)) { in shutdown_onchannelcallback()
212 icmsghdrp = (struct icmsg_hdr *)&shut_txf_buf[sizeof(struct vmbuspipe_hdr)]; in shutdown_onchannelcallback()
216 shut_txf_buf, recvlen, in shutdown_onchannelcallback()
232 shutdown_msg = (struct shutdown_msg_data *)&shut_txf_buf[ICMSG_HDR]; in shutdown_onchannelcallback()
275 vmbus_sendpacket(channel, shut_txf_buf, in shutdown_onchannelcallback()