Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/endpoint/functions/
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 …]
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()
/linux-6.12.1/drivers/platform/x86/
Dibm_rtl.c49 u8 command_status; member
133 if (ioread8(&rtl_table->command_status)) { in ibm_rtl_write()
/linux-6.12.1/drivers/block/
Dfloppy.c507 static volatile int command_status = FD_COMMAND_NONE; variable
645 if (test_bit(0, &fdc_busy) && command_status < 2 && in is_alive()
897 command_status = FD_COMMAND_NONE; in lock_fdc()
911 command_status = FD_COMMAND_NONE; in unlock_fdc()
1869 pr_info("command_status=%d\n", command_status); in show_floppy()
1996 command_status += 2; in do_wakeup()
2024 wait_event_interruptible(command_done, command_status >= 2); in wait_til_done()
2026 wait_event(command_done, command_status >= 2); in wait_til_done()
2028 if (command_status < 2) { in wait_til_done()
2036 command_status = FD_COMMAND_ERROR; in wait_til_done()
[all …]
/linux-6.12.1/drivers/acpi/apei/
Derst.c88 static inline int erst_errno(int command_status) in erst_errno() argument
90 switch (command_status) { in erst_errno()
/linux-6.12.1/drivers/scsi/smartpqi/
Dsmartpqi_init.c6655 int command_status; member
6718 ciss_error_info->command_status = ciss_cmd_status; in pqi_error_info_to_ciss()
6833 ciss_error_info.command_status; in pqi_passthru_ioctl()