Lines Matching refs:response

3362 	struct pqi_task_management_response *response)
3366 switch (response->response_code) {
3384 "Task Management Function error: %d (response code: %u)\n", rc, response->response_code);
3401 struct pqi_io_response *response;
3420 response = queue_group->oq_element_array +
3423 request_id = get_unaligned_le16(&response->request_id);
3427 "request ID in response (%u) out of range (0-%u): producer index: %u consumer index: %u\n",
3436 "request ID in response (%u) does not match an outstanding I/O request: producer index: %u consumer index: %u\n",
3441 switch (response->header.iu_type) {
3452 &((struct pqi_vendor_general_response *)response)->status);
3456 (void *)response);
3465 (get_unaligned_le16(&response->error_index) *
3467 pqi_process_io_error(response->header.iu_type, io_request);
3473 response->header.iu_type, oq_pi, oq_ci);
3846 struct pqi_event *event, struct pqi_event_response *response)
3851 get_unaligned_le32(&response->data.ofa_memory_allocation.bytes_requested);
3855 get_unaligned_le16(&response->data.ofa_cancelled.reason);
3866 struct pqi_event_response *response;
3888 response = event_queue->oq_element_array + (oq_ci * PQI_EVENT_OQ_ELEMENT_LENGTH);
3890 event_index = pqi_event_type_to_event_index(response->event_type);
3892 if (event_index >= 0 && response->request_acknowledge) {
3895 event->event_type = response->event_type;
3896 event->event_id = get_unaligned_le16(&response->event_id);
3898 get_unaligned_le32(&response->additional_event_id);
3900 pqi_ofa_capture_event_payload(ctrl_info, event, response);
4428 struct pqi_general_admin_response *response)
4446 "timed out waiting for admin response\n");
4454 memcpy(response, admin_queues->oq_element_array +
4455 (oq_ci * PQI_ADMIN_OQ_ELEMENT_LENGTH), sizeof(*response));
4673 struct pqi_general_admin_response *response, u8 expected_function_code)
4675 if (response->header.iu_type != PQI_RESPONSE_IU_GENERAL_ADMIN)
4678 if (get_unaligned_le16(&response->header.iu_length) !=
4682 if (response->function_code != expected_function_code)
4685 if (response->status != PQI_GENERAL_ADMIN_STATUS_SUCCESS)
4694 struct pqi_general_admin_response *response)
4700 rc = pqi_poll_for_admin_response(ctrl_info, response);
4703 rc = pqi_validate_admin_response(response, request->function_code);
4712 struct pqi_general_admin_response response;
4737 rc = pqi_submit_admin_request_synchronous(ctrl_info, &request, &response);
4746 if (response.status != PQI_GENERAL_ADMIN_STATUS_SUCCESS) {
4832 struct pqi_general_admin_response response;
4860 &response);
4867 &response.data.create_operational_oq.oq_ci_offset);
4878 struct pqi_general_admin_response response;
4905 &response);
4915 &response.data.create_operational_iq.iq_pi_offset);
4940 &response);
4950 &response.data.create_operational_iq.iq_pi_offset);
4968 &response);
4998 &response);
5008 &response.data.create_operational_oq.oq_ci_offset);
9059 string = "OFA response timeout";