Searched refs:icmsghdr (Results 1 – 1 of 1) sorted by relevance
391 struct icmsg_hdr *icmsghdr; in fcopy_pkt_process() local396 icmsghdr = (struct icmsg_hdr *)&desc[offset + sizeof(struct vmbuspipe_hdr)]; in fcopy_pkt_process()397 icmsghdr->status = HV_E_FAIL; in fcopy_pkt_process()399 if (icmsghdr->icmsgtype == ICMSGTYPE_NEGOTIATE) { in fcopy_pkt_process()400 if (vmbus_prep_negotiate_resp(icmsghdr, desc + offset, pktlen, fw_versions, in fcopy_pkt_process()405 icmsghdr->status = 0; in fcopy_pkt_process()407 } else if (icmsghdr->icmsgtype == ICMSGTYPE_FCOPY) { in fcopy_pkt_process()416 icmsghdr->status = hv_fcopy_send_data(fcopy_msg, pktlen); in fcopy_pkt_process()419 icmsghdr->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in fcopy_pkt_process()