Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hv/
Dhv_util.c183 u8 *shut_txf_buf = util_shutdown.recv_buffer; in shutdown_onchannelcallback() local
189 if (vmbus_recvpacket(channel, shut_txf_buf, HV_HYP_PAGE_SIZE, &recvlen, &requestid)) { in shutdown_onchannelcallback()
204 icmsghdrp = (struct icmsg_hdr *)&shut_txf_buf[sizeof(struct vmbuspipe_hdr)]; in shutdown_onchannelcallback()
208 shut_txf_buf, recvlen, in shutdown_onchannelcallback()
224 shutdown_msg = (struct shutdown_msg_data *)&shut_txf_buf[ICMSG_HDR]; in shutdown_onchannelcallback()
267 vmbus_sendpacket(channel, shut_txf_buf, in shutdown_onchannelcallback()