Home
last modified time | relevance | path

Searched refs:CMD_IOACCEL1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dhpsa_cmd.h398 #define CMD_IOACCEL1 0x04 macro
Dhpsa.c1090 case CMD_IOACCEL1: in __enqueue_cmd_and_start_io()
2406 if (cp->cmd_type == CMD_IOACCEL2 || cp->cmd_type == CMD_IOACCEL1) in complete_scsi_command()
2437 if (cp->cmd_type == CMD_IOACCEL1) { in complete_scsi_command()
2868 case CMD_IOACCEL1: in hpsa_cmd_dev_match()
4319 c->cmd_type = CMD_IOACCEL1; in hpsa_scsi_ioaccel1_queue_command()
5520 if (c->cmd_type == CMD_IOACCEL1) { in hpsa_get_tag()
5870 abort->cmd_type != CMD_IOACCEL1 && !dev->supports_aborts) { in hpsa_eh_abort_handler()
6776 if (likely(c->cmd_type == CMD_IOACCEL1 || c->cmd_type == CMD_SCSI in finish_cmd()
9204 return c->cmd_type == CMD_IOACCEL1 || c->cmd_type == CMD_IOACCEL2; in is_accelerated_cmd()