Searched refs:response_code (Results 1 – 12 of 12) sorted by relevance
| /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,
|
| H A D | ncsi_client.c | 283 if (response->response_code || response->reason_code) { in ncsi_validate_response()
|
| /openbmc/qemu/hw/s390x/ |
| H A D | event-facility.c | 179 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 D | sclp.c | 123 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 D | s390-pci-bus.c | 146 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 D | sclp.h | 49 uint16_t response_code; member
|
| /openbmc/qemu/include/hw/s390x/ |
| H A D | sclp.h | 96 uint16_t response_code; member
|
| /openbmc/google-misc/subprojects/ncsid/src/ |
| H A D | ncsi_state_machine.cpp | 259 state_string, ntohs(response->response_code), in report_ncsi_error()
|
| /openbmc/qemu/hw/usb/ |
| H A D | dev-uas.c | 87 uint8_t response_code; member 410 st->status.response.response_code = code; in usb_uas_queue_response()
|
| /openbmc/qemu/include/hw/pci/ |
| H A D | pci.h | 397 IOMMUPRIResponseCode response_code; member
|