Home
last modified time | relevance | path

Searched refs:icmsghdr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_fcopy.c193 struct icmsg_hdr *icmsghdr; in fcopy_respond_to_host() local
210 icmsghdr = (struct icmsg_hdr *) in fcopy_respond_to_host()
220 icmsghdr->status = error; in fcopy_respond_to_host()
221 icmsghdr->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in fcopy_respond_to_host()
232 struct icmsg_hdr *icmsghdr; in hv_fcopy_onchannelcallback() local
253 icmsghdr = (struct icmsg_hdr *)&recv_buffer[ in hv_fcopy_onchannelcallback()
256 if (icmsghdr->icmsgtype == ICMSGTYPE_NEGOTIATE) { in hv_fcopy_onchannelcallback()
257 if (vmbus_prep_negotiate_resp(icmsghdr, in hv_fcopy_onchannelcallback()
267 } else if (icmsghdr->icmsgtype == ICMSGTYPE_FCOPY) { in hv_fcopy_onchannelcallback()
301 icmsghdr in hv_fcopy_onchannelcallback()
[all...]
/kernel/linux/linux-5.10/drivers/hv/
H A Dhv_fcopy.c193 struct icmsg_hdr *icmsghdr; in fcopy_respond_to_host() local
210 icmsghdr = (struct icmsg_hdr *) in fcopy_respond_to_host()
220 icmsghdr->status = error; in fcopy_respond_to_host()
221 icmsghdr->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in fcopy_respond_to_host()
232 struct icmsg_hdr *icmsghdr; in hv_fcopy_onchannelcallback() local
243 icmsghdr = (struct icmsg_hdr *)&recv_buffer[ in hv_fcopy_onchannelcallback()
245 if (icmsghdr->icmsgtype == ICMSGTYPE_NEGOTIATE) { in hv_fcopy_onchannelcallback()
246 if (vmbus_prep_negotiate_resp(icmsghdr, recv_buffer, in hv_fcopy_onchannelcallback()
284 icmsghdr->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in hv_fcopy_onchannelcallback()

Completed in 2 milliseconds