Lines Matching defs:resp
309 void (*completion_func)(void *context, struct pci_response *resp,
951 * @resp: The response packet
958 static void hv_pci_generic_compl(void *context, struct pci_response *resp,
963 comp_pkt->completion_status = resp->status;
1382 * @resp: The response packet itself
1385 static void hv_pci_read_config_compl(void *context, struct pci_response *resp,
1390 (struct pci_read_block_response *)resp;
1482 * @resp: The response packet itself
1485 static void hv_pci_write_config_compl(void *context, struct pci_response *resp,
1490 comp_pkt->completion_status = resp->status;
1678 static void hv_pci_compose_compl(void *context, struct pci_response *resp,
1683 (struct pci_create_int_response *)resp;
1689 comp_pkt->comp_pkt.completion_status = resp->status;
2427 * @resp: The response that came from the host.
2428 * @resp_packet_size: The size in bytes of resp.
2433 static void q_resource_requirements(void *context, struct pci_response *resp,
2438 (struct pci_q_res_req_response *)resp;
2442 status = (resp_packet_size < sizeof(*q_res_req)) ? -1 : resp->status;