Lines Matching defs:message

244  *			a message-signaled interrupt, either MSI
258 * A generic message format for virtual PCI.
259 * Specific message formats are defined later in the file.
286 struct pci_message message[];
290 * Specific message types supporting the PCI protocol.
294 * Version negotiation message. Sent from the guest to the host.
557 * for any message for which the completion packet contains a
687 * because this front-end only supports message-signaled
956 read_blk = (struct pci_read_block *)&pkt.pkt.message;
1036 write_blk = (struct pci_write_block *)&pkt.pkt.message;
1117 int_pkt = (struct pci_delete_interrupt *)&ctxt.pkt.message;
1135 * table up to date. This callback sends a message that frees
1311 * Suppress the error message for hibernation because the failure
1392 * vector and mode and sends a message to the parent partition
1499 * path so we print a message to aid future updates.
1616 * can support multi-message MSI here.
2017 res_req = (struct pci_child_message *)&pkt.init_packet.message;
2277 * discovered by VSP and sent to us via VSP message PCI_BUS_RELATIONS,
2394 ejct_pkt = (struct pci_eject_response *)&ctxt.pkt.message;
2565 "Unimplemented protocol message %x\n",
2625 version_req = (struct pci_version_request *)&pkt->message;
2849 d0_entry = (struct pci_bus_d0_entry *)&pkt->message;
2919 struct pci_message message;
2928 memset(&message, 0, sizeof(message));
2929 message.type = PCI_QUERY_BUS_RELATIONS;
2931 ret = vmbus_sendpacket(hdev->channel, &message, sizeof(message),
2939 * already got a PCI_BUS_RELATIONS* message from the host and the
2961 * The host OS is expecting to be sent a request as a message
2969 * space. So this message is sent here only to drive the state
3007 (struct pci_resources_assigned *)&pkt->message;
3013 (struct pci_resources_assigned2 *)&pkt->message;
3020 ret = vmbus_sendpacket(hdev->channel, &pkt->message,
3331 * After the host sends the RESCIND_CHANNEL message, it doesn't
3369 pkt.teardown_packet.message[0].type = PCI_BUS_D0EXIT;
3371 ret = vmbus_sendpacket(hdev->channel, &pkt.teardown_packet.message,