Lines Matching refs:pci_response
276 struct pci_response {
282 void (*completion_func)(void *context, struct pci_response *resp,
375 struct pci_response response;
560 static void hv_pci_generic_compl(void *context, struct pci_response *resp,
565 if (resp_packet_size >= offsetofend(struct pci_response, status))
893 static void hv_pci_read_config_compl(void *context, struct pci_response *resp,
993 static void hv_pci_write_config_compl(void *context, struct pci_response *resp,
1331 static void hv_pci_compose_compl(void *context, struct pci_response *resp,
1960 static void q_resource_requirements(void *context, struct pci_response *resp,
2453 struct pci_response *response;
2487 if (bytes_recvd <= sizeof(struct pci_response))
2499 response = (struct pci_response *)buffer;