Lines Matching defs:message
271 * a message-signaled interrupt, either MSI
285 * A generic message format for virtual PCI.
286 * Specific message formats are defined later in the file.
313 struct pci_message message[];
317 * Specific message types supporting the PCI protocol.
321 * Version negotiation message. Sent from the guest to the host.
713 * Suppress the error message for hibernation because the failure
955 * for any message for which the completion packet contains a
1144 * because this front-end only supports message-signaled
1448 read_blk = (struct pci_read_block *)&pkt.pkt.message;
1528 write_blk = (struct pci_write_block *)&pkt.pkt.message;
1609 int_pkt = (struct pci_delete_interrupt *)&ctxt.pkt.message;
1627 * table up to date. This callback sends a message that frees
1720 * interrupts based on the vCPU specified in message sent to the vPCI VSP in
1730 * hv_compose_msi_msg() exits without sending a message to the vPCI VSP, so the
1815 * vector and mode and sends a message to the parent partition
1873 /* Free any previous message that might have already been composed. */
1954 * path so we print a message to aid future updates.
2084 * can support multi-message MSI here.
2492 res_req = (struct pci_child_message *)&pkt.init_packet.message;
2751 * discovered by VSP and sent to us via VSP message PCI_BUS_RELATIONS,
2870 ejct_pkt = (struct pci_eject_response *)&ctxt.pkt.message;
3035 "eject message too small\n");
3051 "invalidate message too small\n");
3068 "Unimplemented protocol message %x\n",
3128 version_req = (struct pci_version_request *)&pkt->message;
3350 d0_entry = (struct pci_bus_d0_entry *)&pkt->message;
3420 struct pci_message message;
3429 memset(&message, 0, sizeof(message));
3430 message.type = PCI_QUERY_BUS_RELATIONS;
3432 ret = vmbus_sendpacket(hdev->channel, &message, sizeof(message),
3440 * already got a PCI_BUS_RELATIONS* message from the host and the
3462 * The host OS is expecting to be sent a request as a message
3470 * space. So this message is sent here only to drive the state
3508 (struct pci_resources_assigned *)&pkt->message;
3514 (struct pci_resources_assigned2 *)&pkt->message;
3521 ret = vmbus_sendpacket(hdev->channel, &pkt->message,
3826 * After the host sends the RESCIND_CHANNEL message, it doesn't
3864 pkt.teardown_packet.message[0].type = PCI_BUS_D0EXIT;
3866 ret = vmbus_sendpacket_getid(chan, &pkt.teardown_packet.message,