Home
last modified time | relevance | path

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

/linux/tools/hv/
H A Dhv_fcopy_uio_daemon.c344 struct icmsg_hdr *icmsghdr; in fcopy_pkt_process() local
349 icmsghdr = (struct icmsg_hdr *)&desc[offset + sizeof(struct vmbuspipe_hdr)]; in fcopy_pkt_process()
350 icmsghdr->status = HV_E_FAIL; in fcopy_pkt_process()
352 if (icmsghdr->icmsgtype == ICMSGTYPE_NEGOTIATE) { in fcopy_pkt_process()
353 if (vmbus_prep_negotiate_resp(icmsghdr, desc + offset, pktlen, fw_versions, in fcopy_pkt_process()
358 icmsghdr->status = 0; in fcopy_pkt_process()
360 } else if (icmsghdr->icmsgtype == ICMSGTYPE_FCOPY) { in fcopy_pkt_process()
369 icmsghdr->status = hv_fcopy_send_data(fcopy_msg, pktlen); in fcopy_pkt_process()
372 icmsghdr->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in fcopy_pkt_process()