Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dips.c710 scb->cdb[0] = IPS_CMD_FLUSH; in ips_release()
712 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_release()
784 scb->cdb[0] = IPS_CMD_FLUSH; in ips_halt()
786 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_halt()
942 scb->cdb[0] = IPS_CMD_FLUSH; in ips_eh_reset()
944 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_eh_reset()
Dips.h195 #define IPS_CMD_FLUSH 0x0A macro