Searched refs:command_status (Results 1 – 8 of 8) sorted by relevance
/openbmc/libcper/sections/ |
H A D | cper-section-pcie.c | 58 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 D | erst.c | 173 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 D | pci-epf-ntb.c | 110 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 D | pci-epf-vntb.c | 104 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 D | ibm_rtl.c | 48 u8 command_status; member 132 if (ioread8(&rtl_table->command_status)) { in ibm_rtl_write()
|
/openbmc/linux/drivers/block/ |
H A D | floppy.c | 507 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 D | erst.c | 83 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 D | smartpqi_init.c | 6626 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()
|