Lines Matching refs:pci_response
296 struct pci_response { struct
302 void (*completion_func)(void *context, struct pci_response *resp, argument
395 struct pci_response response;
596 static void hv_pci_generic_compl(void *context, struct pci_response *resp, in hv_pci_generic_compl()
601 if (resp_packet_size >= offsetofend(struct pci_response, status)) in hv_pci_generic_compl()
926 static void hv_pci_read_config_compl(void *context, struct pci_response *resp, in hv_pci_read_config_compl()
1026 static void hv_pci_write_config_compl(void *context, struct pci_response *resp, in hv_pci_write_config_compl()
1330 static void hv_pci_compose_compl(void *context, struct pci_response *resp, in hv_pci_compose_compl()
1952 static void q_resource_requirements(void *context, struct pci_response *resp, in q_resource_requirements()
2440 struct pci_response *response; in hv_pci_onchannelcallback()
2474 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback()
2486 response = (struct pci_response *)buffer; in hv_pci_onchannelcallback()