Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dsclp_cmd.c114 if (sccb->header.response_code != 0x0010) { in _sclp_get_core_info()
116 sccb->header.response_code); in _sclp_get_core_info()
144 switch (sccb->header.response_code) { in do_core_configure()
150 cmd, sccb->header.response_code); in do_core_configure()
183 switch (sccb->header.response_code) { in do_chp_configure()
191 cmd, sccb->header.response_code); in do_chp_configure()
246 if (sccb->header.response_code != 0x0010) { in sclp_chp_read_info()
248 sccb->header.response_code); in sclp_chp_read_info()
H A Dsclp_early_core.c171 if ((sccb->header.response_code == 0x74f0) && !sclp_mask_compat_mode) { in sclp_early_set_event_mask()
175 if (sccb->header.response_code != 0x20) in sclp_early_set_event_mask()
293 if (sccb->header.response_code == 0x10) { in sclp_early_read_info()
298 if (sccb->header.response_code != 0x1f0) in sclp_early_read_info()
380 switch (sccb->header.response_code) { in sclp_early_read_storage_info()
H A 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()
H A Dsclp.c170 summary.response = sccb ? sccb->response_code : 0; in sclp_trace_req()
586 if (req->status == SCLP_REQ_DONE && (sccb->response_code == 0x20 || in sclp_read_cb()
587 sccb->response_code == 0x220)) in sclp_read_cb()
638 response = sccb->response_code & 0xff; in ok_response()
1022 sccb->header.response_code == 0x20) { in sclp_init_mask()
1179 if (sccb->header.response_code == 0x20) { in sclp_check_interface()
1182 } else if (sccb->header.response_code == 0x74f0) { in sclp_check_interface()
H A 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()
H A Dsclp_mem.c95 switch (sccb->header.response_code) { in do_assign_storage()
101 cmd, sccb->header.response_code, rn); in do_assign_storage()
142 switch (sccb->header.response_code) { in sclp_attach_storage()
501 switch (sccb->header.response_code) { in sclp_setup_memory()
H A Dsclp_ftp.c143 sccb->hdr.response_code, sccb->evbuf.hdr.flags); in sclp_ftp_et7()
153 (sccb->hdr.response_code & 0xffU) != 0x20U) { in sclp_ftp_et7()
H A Dsclp_sd.c227 if (sccb->hdr.response_code == 0x73f0) { in sclp_sd_sync()
232 if (sccb->hdr.response_code != 0x0020 || !(evbuf->hdr.flags & 0x80)) { in sclp_sd_sync()
268 eq, di, sccb->hdr.response_code, evbuf->hdr.flags, in sclp_sd_sync()
H A Dsclp_config.c115 response = sccb->header.response_code; in sclp_ofb_send_req()
H A Dsclp_cpi_sys.c162 response = ((struct cpi_sccb *) req->sccb)->header.response_code; in cpi_req()
/linux/arch/s390/include/asm/
H A Dcpcmd.h15 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code);
30 int cpcmd(const char *cmd, char *response, int rlen, int *response_code);
H A Dsclp.h125 u16 response_code; member
/linux/drivers/s390/crypto/
H A Dvfio_ap_ops.c238 switch (status.response_code) { in vfio_ap_wait_for_irqclear()
252 status.response_code, apqn); in vfio_ap_wait_for_irqclear()
258 __func__, status.response_code, apqn); in vfio_ap_wait_for_irqclear()
310 switch (status.response_code) { in vfio_ap_irq_disable()
326 status.response_code); in vfio_ap_irq_disable()
332 status.response_code); in vfio_ap_irq_disable()
435 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
450 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
464 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
474 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
[all …]
/linux/include/scsi/
H A Dscsi_eh.h24 return ((sshdr->response_code >= 0x70) && (sshdr->response_code & 1)); in scsi_sense_is_deferred()
H A Dscsi_common.h64 u8 response_code; /* permit: 0x0, 0x70, 0x71, 0x72, 0x73 */ member
79 return (sshdr->response_code & 0x70) == 0x70; in scsi_sense_valid()
/linux/drivers/scsi/
H A Dscsi_common.c199 sshdr->response_code = (sense_buffer[0] & 0x7f); in scsi_normalize_sense()
204 if (sshdr->response_code >= 0x72) { in scsi_normalize_sense()
H A Dscsi_logging.c286 if (sshdr->response_code >= 0x72) in scsi_format_sense_hdr()
H A Dscsi_error.c596 if (sshdr.response_code == 0x70) { in scsi_check_sense()
/linux/include/linux/usb/
H A Duas.h88 __u8 response_code; member
/linux/drivers/usb/storage/
H A 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()
/linux/drivers/usb/gadget/function/
H A Df_tcm.c625 rsp_iu->response_code = cmd->tmr_rsp; in uasp_prepare_response()
627 rsp_iu->response_code = in uasp_prepare_response()
646 if (rsp_iu->response_code == RC_TMF_NOT_SUPPORTED) { in uasp_prepare_response()
651 rsp_iu->response_code = RC_TMF_FAILED; in uasp_prepare_response()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h490 u8 response_code; member