Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi.h153 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 Dncsi_server.c36 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 Dncsi_server.h48 uint8_t* response_buf, uint16_t response_code,
79 uint8_t* response_buf, uint16_t response_code,
H A Dncsi_client.c283 if (response->response_code || response->reason_code) { in ncsi_validate_response()
/openbmc/qemu/hw/s390x/
H A Devent-facility.c179 sccb->h.response_code = cpu_to_be16(SCLP_RC_INVALID_FUNCTION); in write_event_data()
183 sccb->h.response_code = cpu_to_be16(SCLP_RC_INSUFFICIENT_SCCB_LENGTH); in write_event_data()
187 sccb->h.response_code = cpu_to_be16(write_event_length_check(sccb)); in write_event_data()
190 if (sccb->h.response_code == be16_to_cpu(SCLP_RC_NORMAL_COMPLETION)) { in write_event_data()
191 sccb->h.response_code = in write_event_data()
256 sccb->h.response_code = cpu_to_be16(SCLP_RC_INSUFFICIENT_SCCB_LENGTH); in read_event_data()
262 sccb->h.response_code = cpu_to_be16( in read_event_data()
274 sccb->h.response_code = in read_event_data()
277 sccb->h.response_code = cpu_to_be16( in read_event_data()
282 sccb->h.response_code = cpu_to_be16(SCLP_RC_INVALID_FUNCTION); in read_event_data()
[all …]
H A Dsclp.c123 sccb->h.response_code = cpu_to_be16(SCLP_RC_INSUFFICIENT_SCCB_LENGTH); in read_SCP_info()
180 sccb->h.response_code = cpu_to_be16(SCLP_RC_NORMAL_READ_COMPLETION); in read_SCP_info()
195 sccb->h.response_code = cpu_to_be16(SCLP_RC_INSUFFICIENT_SCCB_LENGTH); in sclp_read_cpu_info()
209 sccb->h.response_code = cpu_to_be16(SCLP_RC_NORMAL_READ_COMPLETION); in sclp_read_cpu_info()
238 sccb->h.response_code = cpu_to_be16(rc); in sclp_configure_io_adapter()
287 work_sccb->h.response_code = cpu_to_be16(SCLP_RC_INVALID_SCLP_COMMAND); in sclp_service_call_protected()
336 work_sccb->h.response_code = cpu_to_be16(SCLP_RC_INVALID_SCLP_COMMAND); in sclp_service_call()
341 work_sccb->h.response_code = cpu_to_be16(SCLP_RC_SCCB_BOUNDARY_VIOLATION); in sclp_service_call()
H A Ds390-pci-bus.c146 psccb->header.response_code = cpu_to_be16(rc); in s390_pci_sclp_configure()
218 psccb->header.response_code = cpu_to_be16(rc); in s390_pci_sclp_deconfigure()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dsclp.h49 uint16_t response_code; member
/openbmc/qemu/include/hw/s390x/
H A Dsclp.h96 uint16_t response_code; member
/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp259 state_string, ntohs(response->response_code), in report_ncsi_error()
/openbmc/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()
/openbmc/qemu/include/hw/pci/
H A Dpci.h397 IOMMUPRIResponseCode response_code; member