Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhpsa_cmd.h406 #define CMD_IOACCEL2 0x05 macro
H A Dhpsa.c1163 case CMD_IOACCEL2: in __enqueue_cmd_and_start_io()
2596 if ((cp->cmd_type == CMD_IOACCEL2) && in complete_scsi_command()
2609 if (cp->cmd_type == CMD_IOACCEL2 || cp->cmd_type == CMD_IOACCEL1) { in complete_scsi_command()
2630 if (cp->cmd_type == CMD_IOACCEL2) in complete_scsi_command()
3128 case CMD_IOACCEL2: in hpsa_cmd_dev_match()
4941 c->cmd_type = CMD_IOACCEL2; in hpsa_scsi_ioaccel2_queue_command()
5632 if (c->cmd_type == CMD_IOACCEL2) { in hpsa_command_resubmit_worker()
6937 || c->cmd_type == CMD_IOACCEL2)) in finish_cmd()
9527 return c->cmd_type == CMD_IOACCEL1 || c->cmd_type == CMD_IOACCEL2; in is_accelerated_cmd()