Home
last modified time | relevance | path

Searched refs:CMD_SCSI (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhpsa_cmd.h404 #define CMD_SCSI 0x03 macro
H A Dhpsa.c2592 if ((cp->cmd_type == CMD_SCSI) && in complete_scsi_command()
3121 case CMD_SCSI: in hpsa_cmd_dev_match()
5465 c->cmd_type = CMD_SCSI; in hpsa_ciss_submit()
5596 c->cmd_type = CMD_SCSI; in hpsa_ioaccel_submit()
5604 c->cmd_type = CMD_SCSI; in hpsa_ioaccel_submit()
6936 if (likely(c->cmd_type == CMD_IOACCEL1 || c->cmd_type == CMD_SCSI in finish_cmd()
/OK3568_Linux_fs/u-boot/cmd/
H A DKconfig1620 config CMD_SCSI config