Lines Matching defs:pci_response
300 struct pci_response {
306 void (*completion_func)(void *context, struct pci_response *resp,
377 struct pci_response response;
565 hv_pci_generic_compl(void *context, struct pci_response *resp,
570 if (resp_packet_size >= sizeof(struct pci_response))
579 q_resource_requirements(void *context, struct pci_response *resp,
599 hv_pci_compose_compl(void *context, struct pci_response *resp,
937 struct pci_response *response;
973 if (bytes_rxed <= sizeof(struct pci_response))
980 response = (struct pci_response *)pkt;