Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dhpsa_cmd.h408 #define CMD_SCSI 0x03 macro
H A Dhpsa.c2597 if ((cp->cmd_type == CMD_SCSI) && in complete_scsi_command()
3125 case CMD_SCSI: in hpsa_cmd_dev_match()
5461 c->cmd_type = CMD_SCSI; in hpsa_ciss_submit()
5593 c->cmd_type = CMD_SCSI; in hpsa_ioaccel_submit()
5603 c->cmd_type = CMD_SCSI; in hpsa_ioaccel_submit()
6964 if (likely(c->cmd_type == CMD_IOACCEL1 || c->cmd_type == CMD_SCSI in finish_cmd()
/openbmc/u-boot/cmd/
H A DKconfig1029 config CMD_SCSI config