Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hv/
Dhv_fcopy.c192 struct icmsg_hdr *icmsghdr; in fcopy_respond_to_host() local
209 icmsghdr = (struct icmsg_hdr *) in fcopy_respond_to_host()
219 icmsghdr->status = error; in fcopy_respond_to_host()
220 icmsghdr->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in fcopy_respond_to_host()
231 struct icmsg_hdr *icmsghdr; in hv_fcopy_onchannelcallback() local
242 icmsghdr = (struct icmsg_hdr *)&recv_buffer[ in hv_fcopy_onchannelcallback()
244 if (icmsghdr->icmsgtype == ICMSGTYPE_NEGOTIATE) { in hv_fcopy_onchannelcallback()
245 if (vmbus_prep_negotiate_resp(icmsghdr, recv_buffer, in hv_fcopy_onchannelcallback()
283 icmsghdr->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in hv_fcopy_onchannelcallback()