Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dhpsa_cmd.h405 #define CMD_IOACCEL2 0x05 macro
Dhpsa.c1154 case CMD_IOACCEL2: in __enqueue_cmd_and_start_io()
2570 if ((cp->cmd_type == CMD_IOACCEL2) && in complete_scsi_command()
2577 if (cp->cmd_type == CMD_IOACCEL2 || cp->cmd_type == CMD_IOACCEL1) { in complete_scsi_command()
2602 if (cp->cmd_type == CMD_IOACCEL2) in complete_scsi_command()
3089 case CMD_IOACCEL2: in hpsa_cmd_dev_match()
4901 c->cmd_type = CMD_IOACCEL2; in hpsa_scsi_ioaccel2_queue_command()
5542 if (c->cmd_type == CMD_IOACCEL2) { in hpsa_command_resubmit_worker()
6847 || c->cmd_type == CMD_IOACCEL2)) in finish_cmd()
9396 return c->cmd_type == CMD_IOACCEL1 || c->cmd_type == CMD_IOACCEL2; in is_accelerated_cmd()