Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv_util.c185 u8 *shut_txf_buf = util_shutdown.recv_buffer; in shutdown_onchannelcallback() local
191 if (vmbus_recvpacket(channel, shut_txf_buf, HV_HYP_PAGE_SIZE, &recvlen, &requestid)) { in shutdown_onchannelcallback()
206 icmsghdrp = (struct icmsg_hdr *)&shut_txf_buf[sizeof(struct vmbuspipe_hdr)]; in shutdown_onchannelcallback()
210 shut_txf_buf, recvlen, in shutdown_onchannelcallback()
226 shutdown_msg = (struct shutdown_msg_data *)&shut_txf_buf[ICMSG_HDR]; in shutdown_onchannelcallback()
269 vmbus_sendpacket(channel, shut_txf_buf, in shutdown_onchannelcallback()