Searched refs:pci_response (Results 1 – 1 of 1) sorted by relevance
258 struct pci_response { struct264 void (*completion_func)(void *context, struct pci_response *resp, argument351 struct pci_response response;530 static void hv_pci_generic_compl(void *context, struct pci_response *resp, in hv_pci_generic_compl()535 if (resp_packet_size >= offsetofend(struct pci_response, status)) in hv_pci_generic_compl()1007 static void hv_pci_compose_compl(void *context, struct pci_response *resp, in hv_pci_compose_compl()1538 static void q_resource_requirements(void *context, struct pci_response *resp, in q_resource_requirements()1948 struct pci_response *response; in hv_pci_onchannelcallback()1980 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback()1992 response = (struct pci_response *)buffer; in hv_pci_onchannelcallback()