Home
last modified time | relevance | path

Searched refs:response_code (Results 1 – 25 of 27) sorted by relevance

12

/drivers/s390/crypto/
Dap_queue.c38 switch (status.response_code) { in ap_queue_enable_irq()
84 switch (status.response_code) { in ap_send()
105 switch (status.response_code) { in ap_recv()
155 } while (status.response_code == 0xFF && resgr0 != 0); in ap_sm_recv()
157 switch (status.response_code) { in ap_sm_recv()
213 switch (status.response_code) { in ap_sm_read()
229 aq->last_err_rc = status.response_code; in ap_sm_read()
231 __func__, status.response_code, in ap_sm_read()
264 switch (status.response_code) { in ap_sm_write()
296 aq->last_err_rc = status.response_code; in ap_sm_write()
[all …]
Dvfio_ap_ops.c235 switch (status.response_code) { in vfio_ap_wait_for_irqclear()
249 status.response_code, apqn); in vfio_ap_wait_for_irqclear()
255 __func__, status.response_code, apqn); in vfio_ap_wait_for_irqclear()
307 switch (status.response_code) { in vfio_ap_irq_disable()
323 status.response_code); in vfio_ap_irq_disable()
329 status.response_code); in vfio_ap_irq_disable()
399 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
413 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
429 status.response_code = AP_RESPONSE_INVALID_GISA; in vfio_ap_irq_enable()
438 switch (status.response_code) { in vfio_ap_irq_enable()
[all …]
Dap_bus.c356 switch (status.response_code) { in ap_queue_info()
373 *q_decfg = status.response_code == AP_RESPONSE_DECONFIGURED; in ap_queue_info()
374 *q_cstop = status.response_code == AP_RESPONSE_CHECKSTOPPED; in ap_queue_info()
1617 if (status.response_code == AP_RESPONSE_NORMAL) in ap_select_domain()
1663 if (status.response_code == AP_RESPONSE_NORMAL && in ap_get_compatible_type()
/drivers/s390/char/
Dsclp_cmd.c104 if (sccb->header.response_code != 0x0010) { in _sclp_get_core_info()
106 sccb->header.response_code); in _sclp_get_core_info()
138 switch (sccb->header.response_code) { in do_core_configure()
144 cmd, sccb->header.response_code); in do_core_configure()
206 switch (sccb->header.response_code) { in do_assign_storage()
212 cmd, sccb->header.response_code, rn); in do_assign_storage()
262 switch (sccb->header.response_code) { in sclp_attach_storage()
474 switch (sccb->header.response_code) { in sclp_detect_standby_memory()
547 switch (sccb->header.response_code) { in do_chp_configure()
555 cmd, sccb->header.response_code); in do_chp_configure()
[all …]
Dsclp_pci.c76 switch (sccb->header.response_code) { in do_pci_configure()
82 cmd, sccb->header.response_code); in do_pci_configure()
187 if (sccb->header.response_code != 0x0020) { in sclp_pci_report()
189 sccb->header.response_code); in sclp_pci_report()
Dsclp_sdias.c135 if (sccb->hdr.response_code != 0x0020) { in sclp_sdias_blk_count()
136 TRACE("send failed: %x\n", sccb->hdr.response_code); in sclp_sdias_blk_count()
202 if (sccb->hdr.response_code != 0x0020) { in sclp_sdias_copy()
203 TRACE("copy failed: %x\n", sccb->hdr.response_code); in sclp_sdias_copy()
Dsclp_early_core.c169 if ((sccb->header.response_code == 0x74f0) && !sclp_mask_compat_mode) { in sclp_early_set_event_mask()
173 if (sccb->header.response_code != 0x20) in sclp_early_set_event_mask()
267 if (sccb->header.response_code == 0x10) { in sclp_early_read_info()
272 if (sccb->header.response_code != 0x1f0) in sclp_early_read_info()
342 switch (sccb->header.response_code) { in sclp_early_read_storage_info()
Dsclp_ap.c39 switch (sccb->header.response_code) { in do_ap_configure()
44 apid, cmd, sccb->header.response_code); in do_ap_configure()
Dsclp_rw.c372 switch (sccb->response_code) { in sclp_writedata_callback()
386 sccb->response_code = 0x0000; in sclp_writedata_callback()
402 sccb->response_code = 0x0000; in sclp_writedata_callback()
409 if (sccb->response_code == 0x71f0) in sclp_writedata_callback()
Dsclp.c162 summary.response = sccb ? sccb->response_code : 0; in sclp_trace_req()
584 if (req->status == SCLP_REQ_DONE && (sccb->response_code == 0x20 || in sclp_read_cb()
585 sccb->response_code == 0x220)) in sclp_read_cb()
636 response = sccb->response_code & 0xff; in ok_response()
1020 sccb->header.response_code == 0x20) { in sclp_init_mask()
1177 if (sccb->header.response_code == 0x20) { in sclp_check_interface()
1180 } else if (sccb->header.response_code == 0x74f0) { in sclp_check_interface()
Dsclp_vt220.c165 switch (sccb->header.response_code) { in sclp_vt220_callback()
178 sccb->header.response_code = 0x0000; in sclp_vt220_callback()
188 sccb->header.response_code = 0x0000; in sclp_vt220_callback()
275 sccb->header.response_code = 0x0000; in sclp_vt220_initialize_page()
Dsclp_early.c142 if (sccb->header.response_code != 0x0010) { in sclp_early_get_core_info()
154 if (sccb->header.response_code != 0x20) in sclp_early_console_detect()
Dsclp_sd.c223 if (sccb->hdr.response_code == 0x73f0) { in sclp_sd_sync()
228 if (sccb->hdr.response_code != 0x0020 || !(evbuf->hdr.flags & 0x80)) { in sclp_sd_sync()
261 eq, di, sccb->hdr.response_code, evbuf->hdr.flags, in sclp_sd_sync()
Dsclp_ftp.c144 sccb->hdr.response_code, sccb->evbuf.hdr.flags); in sclp_ftp_et7()
154 (sccb->hdr.response_code & 0xffU) != 0x20U) { in sclp_ftp_et7()
Dsclp_config.c119 response = sccb->header.response_code; in sclp_ofb_send_req()
Dsclp_cpi_sys.c163 response = ((struct cpi_sccb *) req->sccb)->header.response_code; in cpi_req()
Dsclp.h91 u16 response_code; member
/drivers/scsi/
Dscsi_common.c155 sshdr->response_code = (sense_buffer[0] & 0x7f); in scsi_normalize_sense()
160 if (sshdr->response_code >= 0x72) { in scsi_normalize_sense()
Dscsi_logging.c286 if (sshdr->response_code >= 0x72) in scsi_format_sense_hdr()
/drivers/message/fusion/
Dmptscsih.h136 extern void mptscsih_taskmgmt_response_code(MPT_ADAPTER *ioc, u8 response_code);
Dmptscsih.c104 mptscsih_taskmgmt_response_code(MPT_ADAPTER *ioc, u8 response_code);
2004 mptscsih_taskmgmt_response_code(MPT_ADAPTER *ioc, u8 response_code) in mptscsih_taskmgmt_response_code() argument
2008 switch (response_code) { in mptscsih_taskmgmt_response_code()
2035 ioc->name, response_code, desc); in mptscsih_taskmgmt_response_code()
/drivers/usb/storage/
Duas.c276 u8 response_code = riu->response_code; in uas_evaluate_response_iu() local
278 switch (response_code) { in uas_evaluate_response_iu()
289 uas_log_cmd_state(cmnd, "response iu", response_code); in uas_evaluate_response_iu()
294 return response_code == RC_TMF_SUCCEEDED; in uas_evaluate_response_iu()
Dtransport.c805 sshdr.response_code, sshdr.sense_key, in usb_stor_invoke_transport()
853 if ((sshdr.response_code & 0x72) == 0x72) in usb_stor_invoke_transport()
/drivers/scsi/smartpqi/
Dsmartpqi.h490 u8 response_code; member
/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c2809 _scsih_response_code(struct MPT3SAS_ADAPTER *ioc, u8 response_code) in _scsih_response_code() argument
2813 switch (response_code) { in _scsih_response_code()
2842 ioc_warn(ioc, "response_code(0x%01x): %s\n", response_code, desc); in _scsih_response_code()
5718 u32 response_code = 0; in _scsih_io_done() local
5763 response_code = in _scsih_io_done()
5771 response_code == MPI2_SCSITASKMGMT_RSP_INVALID_FRAME) { in _scsih_io_done()
5891 if (response_code == in _scsih_io_done()

12