Home
last modified time | relevance | path

Searched refs:response_code (Results 1 - 25 of 68) sorted by relevance

123

/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dap_queue.c55 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 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()
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 in vfio_ap_irq_enable()
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dcpcmd.c62 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) in __cpcmd() argument
82 if (response_code) in __cpcmd()
83 *response_code = rc; in __cpcmd()
88 int cpcmd(const char *cmd, char *response, int rlen, int *response_code) in cpcmd() argument
101 len = __cpcmd(cmd, lowbuf, rlen, response_code); in cpcmd()
107 len = __cpcmd(cmd, response, rlen, response_code); in cpcmd()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dcpcmd.c64 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()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_cmd.c102 if (sccb->header.response_code != 0x0010) { in _sclp_get_core_info()
104 sccb->header.response_code); in _sclp_get_core_info()
136 switch (sccb->header.response_code) { in do_core_configure()
142 cmd, sccb->header.response_code); in do_core_configure()
205 switch (sccb->header.response_code) { in do_assign_storage()
211 cmd, sccb->header.response_code, rn); in do_assign_storage()
261 switch (sccb->header.response_code) { in sclp_attach_storage()
495 switch (sccb->header.response_code) { in sclp_detect_standby_memory()
578 switch (sccb->header.response_code) { in do_chp_configure()
586 cmd, sccb->header.response_code); in do_chp_configure()
[all...]
H A 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()
H A 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()
H A Dsclp_early_core.c168 if ((sccb->header.response_code == 0x74f0) && !sclp_mask_compat_mode) { in sclp_early_set_event_mask()
172 if (sccb->header.response_code != 0x20) in sclp_early_set_event_mask()
251 if (sccb->header.response_code == 0x10) { in sclp_early_read_info()
255 if (sccb->header.response_code != 0x1f0) in sclp_early_read_info()
326 switch (sccb->header.response_code) { in sclp_early_read_storage_info()
H A Dsclp_ap.c39 switch (sccb->header.response_code) { in do_ap_configure()
44 apid, cmd, sccb->header.response_code); in do_ap_configure()
H A Dsclp_rw.c379 switch (sccb->response_code) { in sclp_writedata_callback()
393 sccb->response_code = 0x0000; in sclp_writedata_callback()
409 sccb->response_code = 0x0000; in sclp_writedata_callback()
416 if (sccb->response_code == 0x71f0) in sclp_writedata_callback()
H A Dsclp_early.c122 if (sccb->header.response_code != 0x0010) in sclp_early_init_core_info()
138 if (sccb->header.response_code != 0x20) in sclp_early_console_detect()
/kernel/linux/linux-6.6/drivers/s390/char/
H A 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()
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 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()
H A 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()
H A 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()
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 Dsclp_ap.c39 switch (sccb->header.response_code) { in do_ap_configure()
44 apid, cmd, sccb->header.response_code); in do_ap_configure()
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()
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A 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()
142 switch (status.response_code) { in ap_sm_recv()
193 switch (status.response_code) { in ap_sm_read()
209 aq->last_err_rc = status.response_code; in ap_sm_read()
211 __func__, status.response_code, in ap_sm_read()
243 switch (status.response_code) { in ap_sm_write()
275 aq->last_err_rc = status.response_code; in ap_sm_write()
277 __func__, status.response_code, in ap_sm_write()
[all...]
H A Dvfio_ap_ops.c84 switch (status.response_code) { in vfio_ap_wait_for_irqclear()
98 status.response_code, apqn); in vfio_ap_wait_for_irqclear()
104 __func__, status.response_code, apqn); in vfio_ap_wait_for_irqclear()
156 switch (status.response_code) { in vfio_ap_irq_disable()
172 status.response_code); in vfio_ap_irq_disable()
178 status.response_code); in vfio_ap_irq_disable()
219 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
233 switch (status.response_code) { in vfio_ap_irq_enable()
247 status.response_code); in vfio_ap_irq_enable()
282 .response_code in handle_pqap()
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dcpcmd.h15 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code);
25 * response_code: return pointer for VM's error code
30 int cpcmd(const char *cmd, char *response, int rlen, int *response_code);
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dcpcmd.h15 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code);
25 * response_code: return pointer for VM's error code
30 int cpcmd(const char *cmd, char *response, int rlen, int *response_code);
/kernel/linux/linux-5.10/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.h51 u8 response_code; /* permit: 0x0, 0x70, 0x71, 0x72, 0x73 */ member
66 return (sshdr->response_code & 0x70) == 0x70; in scsi_sense_valid()
/kernel/linux/linux-6.6/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()

Completed in 16 milliseconds

123