pci_response
static void hv_pci_generic_compl(void *context, struct pci_response *resp,
static void hv_pci_read_config_compl(void *context, struct pci_response *resp,
static void hv_pci_write_config_compl(void *context, struct pci_response *resp,
static void hv_pci_compose_compl(void *context, struct pci_response *resp,
static void q_resource_requirements(void *context, struct pci_response *resp,
struct pci_response *response;
if (bytes_recvd <= sizeof(struct pci_response))
response = (struct pci_response *)buffer;
void (*completion_func)(void *context, struct pci_response *resp,
struct pci_response response;