Home
last modified time | relevance | path

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

/drivers/scsi/
Dhpsa_cmd.h367 #define CMD_IOACCEL1 0x04 macro
Dhpsa.c836 case CMD_IOACCEL1: in enqueue_cmd_and_start_io()
1731 if (cp->cmd_type == CMD_IOACCEL1) { in complete_scsi_command()
3311 c->cmd_type = CMD_IOACCEL1; in hpsa_scsi_ioaccel1_queue_command()
4329 if (c->cmd_type == CMD_IOACCEL1) { in hpsa_get_tag()
5551 if (likely(c->cmd_type == CMD_IOACCEL1 || c->cmd_type == CMD_SCSI in finish_cmd()
7606 return c->cmd_type == CMD_IOACCEL1 || c->cmd_type == CMD_IOACCEL2; in is_accelerated_cmd()