Home
last modified time | relevance | path

Searched refs:command_status (Results 1 – 8 of 8) sorted by relevance

/openbmc/libcper/sections/
H A Dcper-section-pcie.c58 json_object *command_status = json_object_new_object(); in cper_section_pcie_to_ir() local
60 command_status, "commandRegister", in cper_section_pcie_to_ir()
64 command_status, "statusRegister", in cper_section_pcie_to_ir()
68 command_status); in cper_section_pcie_to_ir()
267 json_object *command_status = obj; in ir_section_pcie_to_cper() local
269 json_object_object_get(command_status, in ir_section_pcie_to_cper()
272 json_object_object_get(command_status, in ir_section_pcie_to_cper()
/openbmc/qemu/hw/acpi/
H A Derst.c173 uint8_t command_status; member
827 s->command_status = write_erst_record(s); in erst_reg_write()
830 s->command_status = read_erst_record(s); in erst_reg_write()
833 s->command_status = clear_erst_record(s); in erst_reg_write()
836 s->command_status = STATUS_SUCCESS; in erst_reg_write()
839 s->command_status = STATUS_SUCCESS; in erst_reg_write()
842 s->command_status = STATUS_FAILED; in erst_reg_write()
852 s->reg_value = s->command_status; in erst_reg_write()
855 s->command_status = get_next_record_identifier(s, in erst_reg_write()
938 VMSTATE_UINT8(command_status, ERSTDeviceState),
[all …]
/openbmc/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-ntb.c110 u16 command_status; member
653 ctrl->command_status = COMMAND_STATUS_ERROR; in epf_ntb_cmd_handler()
655 ctrl->command_status = COMMAND_STATUS_OK; in epf_ntb_cmd_handler()
659 ctrl->command_status = COMMAND_STATUS_OK; in epf_ntb_cmd_handler()
664 ctrl->command_status = COMMAND_STATUS_ERROR; in epf_ntb_cmd_handler()
666 ctrl->command_status = COMMAND_STATUS_OK; in epf_ntb_cmd_handler()
670 ctrl->command_status = COMMAND_STATUS_OK; in epf_ntb_cmd_handler()
678 ctrl->command_status = COMMAND_STATUS_ERROR; in epf_ntb_cmd_handler()
680 ctrl->command_status = COMMAND_STATUS_OK; in epf_ntb_cmd_handler()
683 ctrl->command_status = COMMAND_STATUS_OK; in epf_ntb_cmd_handler()
[all …]
H A Dpci-epf-vntb.c104 u16 command_status; member
281 ctrl->command_status = COMMAND_STATUS_OK; in epf_ntb_cmd_handler()
284 ctrl->command_status = COMMAND_STATUS_OK; in epf_ntb_cmd_handler()
289 ctrl->command_status = COMMAND_STATUS_ERROR; in epf_ntb_cmd_handler()
291 ctrl->command_status = COMMAND_STATUS_OK; in epf_ntb_cmd_handler()
295 ctrl->command_status = COMMAND_STATUS_OK; in epf_ntb_cmd_handler()
301 ctrl->command_status = COMMAND_STATUS_ERROR; in epf_ntb_cmd_handler()
303 ctrl->command_status = COMMAND_STATUS_OK; in epf_ntb_cmd_handler()
309 ctrl->command_status = COMMAND_STATUS_ERROR; in epf_ntb_cmd_handler()
311 ctrl->command_status = COMMAND_STATUS_OK; in epf_ntb_cmd_handler()
/openbmc/linux/drivers/platform/x86/
H A Dibm_rtl.c48 u8 command_status; member
132 if (ioread8(&rtl_table->command_status)) { in ibm_rtl_write()
/openbmc/linux/drivers/block/
H A Dfloppy.c507 static volatile int command_status = FD_COMMAND_NONE; variable
646 if (test_bit(0, &fdc_busy) && command_status < 2 && in is_alive()
898 command_status = FD_COMMAND_NONE; in lock_fdc()
912 command_status = FD_COMMAND_NONE; in unlock_fdc()
1866 pr_info("command_status=%d\n", command_status); in show_floppy()
1993 command_status += 2; in do_wakeup()
2021 wait_event_interruptible(command_done, command_status >= 2); in wait_til_done()
2023 wait_event(command_done, command_status >= 2); in wait_til_done()
2025 if (command_status < 2) { in wait_til_done()
2033 command_status = FD_COMMAND_ERROR; in wait_til_done()
[all …]
/openbmc/linux/drivers/acpi/apei/
H A Derst.c83 static inline int erst_errno(int command_status) in erst_errno() argument
85 switch (command_status) { in erst_errno()
/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c6626 int command_status; member
6689 ciss_error_info->command_status = ciss_cmd_status; in pqi_error_info_to_ciss()
6804 ciss_error_info.command_status; in pqi_passthru_ioctl()