Home
last modified time | relevance | path

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

/qemu/hw/s390x/
H A Devent-facility.c184 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()
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()
299 sccb->h.response_code = cpu_to_be16(SCLP_RC_INVALID_MASK_LENGTH); in write_event_mask()
[all …]
H A Dsclp.c124 sccb->h.response_code = cpu_to_be16(SCLP_RC_INSUFFICIENT_SCCB_LENGTH); in read_SCP_info()
181 sccb->h.response_code = cpu_to_be16(SCLP_RC_NORMAL_READ_COMPLETION); in read_SCP_info()
196 sccb->h.response_code = cpu_to_be16(SCLP_RC_INSUFFICIENT_SCCB_LENGTH); in sclp_read_cpu_info()
210 sccb->h.response_code = cpu_to_be16(SCLP_RC_NORMAL_READ_COMPLETION); in sclp_read_cpu_info()
239 sccb->h.response_code = cpu_to_be16(rc); in sclp_configure_io_adapter()
288 work_sccb->h.response_code = cpu_to_be16(SCLP_RC_INVALID_SCLP_COMMAND); in sclp_service_call_protected()
337 work_sccb->h.response_code = cpu_to_be16(SCLP_RC_INVALID_SCLP_COMMAND); in sclp_service_call()
342 work_sccb->h.response_code = cpu_to_be16(SCLP_RC_SCCB_BOUNDARY_VIOLATION); in sclp_service_call()
H A Ds390-pci-bus.c143 psccb->header.response_code = cpu_to_be16(rc); in s390_pci_sclp_configure()
215 psccb->header.response_code = cpu_to_be16(rc); in s390_pci_sclp_deconfigure()
/qemu/pc-bios/s390-ccw/
H A Dsclp.h49 uint16_t response_code; member
/qemu/include/hw/s390x/
H A Dsclp.h96 uint16_t response_code; member
/qemu/hw/usb/
H A Ddev-uas.c87 uint8_t response_code; member
410 st->status.response.response_code = code; in usb_uas_queue_response()