Searched refs:command_status (Results 1 – 5 of 5) sorted by relevance
110 u16 command_status; member653 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()680 ctrl->command_status = COMMAND_STATUS_OK; in epf_ntb_cmd_handler()683 ctrl->command_status = COMMAND_STATUS_OK; in epf_ntb_cmd_handler()689 ctrl->command_status = COMMAND_STATUS_ERROR; in epf_ntb_cmd_handler()[all …]
48 u8 command_status; member132 if (ioread8(&rtl_table->command_status)) { in ibm_rtl_write()
899 command_status = FD_COMMAND_NONE; in lock_fdc()913 command_status = FD_COMMAND_NONE; in unlock_fdc()1867 pr_info("command_status=%d\n", command_status); in show_floppy()1994 command_status += 2; in do_wakeup()2024 wait_event(command_done, command_status >= 2); in wait_til_done()2026 if (command_status < 2) { in wait_til_done()2034 command_status = FD_COMMAND_ERROR; in wait_til_done()2035 if (command_status == FD_COMMAND_OKAY) in wait_til_done()2039 command_status = FD_COMMAND_NONE; in wait_til_done()2045 command_status = result; in generic_done()[all …]
83 static inline int erst_errno(int command_status) in erst_errno() argument85 switch (command_status) { in erst_errno()
6407 int command_status; member6470 ciss_error_info->command_status = ciss_cmd_status; in pqi_error_info_to_ciss()6585 ciss_error_info.command_status; in pqi_passthru_ioctl()
Completed in 37 milliseconds