Lines Matching defs:resp
282 void (*completion_func)(void *context, struct pci_response *resp,
553 * @resp: The response packet
560 static void hv_pci_generic_compl(void *context, struct pci_response *resp,
566 comp_pkt->completion_status = resp->status;
890 * @resp: The response packet itself
893 static void hv_pci_read_config_compl(void *context, struct pci_response *resp,
898 (struct pci_read_block_response *)resp;
990 * @resp: The response packet itself
993 static void hv_pci_write_config_compl(void *context, struct pci_response *resp,
998 comp_pkt->completion_status = resp->status;
1331 static void hv_pci_compose_compl(void *context, struct pci_response *resp,
1336 (struct pci_create_int_response *)resp;
1338 comp_pkt->comp_pkt.completion_status = resp->status;
1954 * @resp: The response that came from the host.
1955 * @resp_packet_size: The size in bytes of resp.
1960 static void q_resource_requirements(void *context, struct pci_response *resp,
1965 (struct pci_q_res_req_response *)resp;
1968 if (resp->status < 0) {
1971 resp->status);