Lines Matching refs:pci_response
276 struct pci_response { struct
282 void (*completion_func)(void *context, struct pci_response *resp, argument
375 struct pci_response response;
569 static void hv_pci_generic_compl(void *context, struct pci_response *resp, in hv_pci_generic_compl()
574 if (resp_packet_size >= offsetofend(struct pci_response, status)) in hv_pci_generic_compl()
902 static void hv_pci_read_config_compl(void *context, struct pci_response *resp, in hv_pci_read_config_compl()
1002 static void hv_pci_write_config_compl(void *context, struct pci_response *resp, in hv_pci_write_config_compl()
1335 static void hv_pci_compose_compl(void *context, struct pci_response *resp, in hv_pci_compose_compl()
1970 static void q_resource_requirements(void *context, struct pci_response *resp, in q_resource_requirements()
2466 struct pci_response *response; in hv_pci_onchannelcallback()
2500 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback()
2512 response = (struct pci_response *)buffer; in hv_pci_onchannelcallback()