Home
last modified time | relevance | path

Searched refs:pci_response (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/pci/controller/
Dpci-hyperv.c258 struct pci_response { struct
264 void (*completion_func)(void *context, struct pci_response *resp, argument
351 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()