Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dhpsa_cmd.h381 #define CMD_IOACCEL2 0x05 macro
Dhpsa.c834 case CMD_IOACCEL2: in enqueue_cmd_and_start_io()
1784 if (cp->cmd_type == CMD_IOACCEL2 || cp->cmd_type == CMD_IOACCEL1) in complete_scsi_command()
1787 if (cp->cmd_type == CMD_IOACCEL2) in complete_scsi_command()
2866 if (ioaccel2_cmd_to_abort->cmd_type != CMD_IOACCEL2) in hpsa_get_pdisk_of_ioaccel2()
3543 c->cmd_type = CMD_IOACCEL2; in hpsa_scsi_ioaccel2_queue_command()
4401 if (c->cmd_type == CMD_IOACCEL2) { in hpsa_get_tag()
4550 if (abort->cmd_type == CMD_IOACCEL2) in hpsa_send_abort_both_ways()
5400 || c->cmd_type == CMD_IOACCEL2)) in finish_cmd()
7510 return c->cmd_type == CMD_IOACCEL1 || c->cmd_type == CMD_IOACCEL2; in is_accelerated_cmd()