/openbmc/linux/drivers/s390/crypto/ |
H A D | ap_queue.c | 55 switch (status.response_code) { in ap_queue_enable_irq() 131 } while (status.response_code == 0xFF && resgr0 != 0); in ap_sm_recv() 133 switch (status.response_code) { in ap_sm_recv() 191 switch (status.response_code) { in ap_sm_read() 207 aq->last_err_rc = status.response_code; in ap_sm_read() 209 __func__, status.response_code, in ap_sm_read() 237 switch (status.response_code) { in ap_sm_write() 269 aq->last_err_rc = status.response_code; in ap_sm_write() 271 __func__, status.response_code, in ap_sm_write() 301 switch (status.response_code) { in ap_sm_reset() [all …]
|
H A D | vfio_ap_ops.c | 238 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() 424 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable() 438 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable() 452 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable() 462 status.response_code = AP_RESPONSE_INVALID_GISA; in vfio_ap_irq_enable() [all …]
|
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi.h | 153 uint16_t response_code; member 175 uint16_t response_code; member 228 uint16_t response_code; member 238 uint16_t response_code; member 259 uint16_t response_code; member 318 uint16_t response_code; member 325 uint16_t response_code; member 344 uint16_t response_code; member 354 uint16_t response_code; member 397 uint16_t response_code; member [all …]
|
H A D | ncsi_server.c | 36 uint8_t* response_buf, uint16_t response_code, in ncsi_build_response_header() argument 41 response->response_code = response_code; in ncsi_build_response_header() 61 uint8_t* response_buf, uint16_t response_code, in ncsi_build_simple_nack() argument 64 request_buf, response_buf, response_code, reason_code, in ncsi_build_simple_nack()
|
H A D | ncsi_server.h | 48 uint8_t* response_buf, uint16_t response_code, 79 uint8_t* response_buf, uint16_t response_code,
|
/openbmc/linux/arch/s390/kernel/ |
H A D | cpcmd.c | 64 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) in __cpcmd() argument 84 if (response_code) in __cpcmd() 85 *response_code = rc; in __cpcmd() 90 int cpcmd(const char *cmd, char *response, int rlen, int *response_code) in cpcmd() argument 103 len = __cpcmd(cmd, lowbuf, rlen, response_code); in cpcmd() 109 len = __cpcmd(cmd, response, rlen, response_code); in cpcmd()
|
/openbmc/qemu/hw/s390x/ |
H A D | event-facility.c | 184 sccb->h.response_code = cpu_to_be16(SCLP_RC_INVALID_FUNCTION); in write_event_data() 188 sccb->h.response_code = cpu_to_be16(SCLP_RC_INSUFFICIENT_SCCB_LENGTH); in write_event_data() 192 sccb->h.response_code = cpu_to_be16(write_event_length_check(sccb)); in write_event_data() 195 if (sccb->h.response_code == be16_to_cpu(SCLP_RC_NORMAL_COMPLETION)) { in write_event_data() 196 sccb->h.response_code = in write_event_data() 261 sccb->h.response_code = cpu_to_be16(SCLP_RC_INSUFFICIENT_SCCB_LENGTH); in read_event_data() 267 sccb->h.response_code = cpu_to_be16( in read_event_data() 279 sccb->h.response_code = in read_event_data() 282 sccb->h.response_code = cpu_to_be16( in read_event_data() 287 sccb->h.response_code = cpu_to_be16(SCLP_RC_INVALID_FUNCTION); in read_event_data() [all …]
|
H A D | sclp.c | 123 sccb->h.response_code = cpu_to_be16(SCLP_RC_INSUFFICIENT_SCCB_LENGTH); in read_SCP_info() 176 sccb->h.response_code = cpu_to_be16(SCLP_RC_NORMAL_READ_COMPLETION); in read_SCP_info() 191 sccb->h.response_code = cpu_to_be16(SCLP_RC_INSUFFICIENT_SCCB_LENGTH); in sclp_read_cpu_info() 205 sccb->h.response_code = cpu_to_be16(SCLP_RC_NORMAL_READ_COMPLETION); in sclp_read_cpu_info() 234 sccb->h.response_code = cpu_to_be16(rc); in sclp_configure_io_adapter() 283 work_sccb->h.response_code = cpu_to_be16(SCLP_RC_INVALID_SCLP_COMMAND); in sclp_service_call_protected() 332 work_sccb->h.response_code = cpu_to_be16(SCLP_RC_INVALID_SCLP_COMMAND); in sclp_service_call() 337 work_sccb->h.response_code = cpu_to_be16(SCLP_RC_SCCB_BOUNDARY_VIOLATION); in sclp_service_call()
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_cmd.c | 104 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() 470 switch (sccb->header.response_code) { in sclp_detect_standby_memory() 543 switch (sccb->header.response_code) { in do_chp_configure() 551 cmd, sccb->header.response_code); in do_chp_configure() [all …]
|
H A D | sclp_pci.c | 76 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()
|
H A D | sclp_sdias.c | 135 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()
|
H A D | sclp_ap.c | 39 switch (sccb->header.response_code) { in do_ap_configure() 44 apid, cmd, sccb->header.response_code); in do_ap_configure()
|
H A D | sclp_early_core.c | 169 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() 291 if (sccb->header.response_code == 0x10) { in sclp_early_read_info() 296 if (sccb->header.response_code != 0x1f0) in sclp_early_read_info() 366 switch (sccb->header.response_code) { in sclp_early_read_storage_info()
|
H A D | sclp_rw.c | 372 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 D | sclp_vt220.c | 165 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 D | sclp.c | 162 summary.response = sccb ? sccb->response_code : 0; in sclp_trace_req() 579 if (req->status == SCLP_REQ_DONE && (sccb->response_code == 0x20 || in sclp_read_cb() 580 sccb->response_code == 0x220)) in sclp_read_cb() 631 response = sccb->response_code & 0xff; in ok_response() 1015 sccb->header.response_code == 0x20) { in sclp_init_mask() 1172 if (sccb->header.response_code == 0x20) { in sclp_check_interface() 1175 } else if (sccb->header.response_code == 0x74f0) { in sclp_check_interface()
|
H A D | sclp_early.c | 145 if (sccb->header.response_code != 0x0010) { in sclp_early_get_core_info() 157 if (sccb->header.response_code != 0x20) in sclp_early_console_detect()
|
H A D | sclp_ftp.c | 144 sccb->hdr.response_code, sccb->evbuf.hdr.flags); in sclp_ftp_et7() 154 (sccb->hdr.response_code & 0xffU) != 0x20U) { in sclp_ftp_et7()
|
H A D | sclp_sd.c | 223 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()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | cpcmd.h | 15 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 D | ap.h | 49 unsigned int response_code : 8; member 528 reg1.status.response_code = 0xFF; in ap_dqap()
|
/openbmc/linux/include/scsi/ |
H A D | scsi_eh.h | 24 return ((sshdr->response_code >= 0x70) && (sshdr->response_code & 1)); in scsi_sense_is_deferred()
|
H A D | scsi_common.h | 64 u8 response_code; /* permit: 0x0, 0x70, 0x71, 0x72, 0x73 */ member 79 return (sshdr->response_code & 0x70) == 0x70; in scsi_sense_valid()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_common.c | 198 sshdr->response_code = (sense_buffer[0] & 0x7f); in scsi_normalize_sense() 203 if (sshdr->response_code >= 0x72) { in scsi_normalize_sense()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | sclp.h | 49 uint16_t response_code; member
|