Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dips.c681 scb->cdb[0] = IPS_CMD_FLUSH; in ips_release()
683 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_release()
750 scb->cdb[0] = IPS_CMD_FLUSH; in ips_halt()
752 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_halt()
905 scb->cdb[0] = IPS_CMD_FLUSH; in __ips_eh_reset()
907 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in __ips_eh_reset()
4588 scb->cdb[0] = IPS_CMD_FLUSH; in ips_flush_and_reset()
4590 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_flush_and_reset()
Dips.h161 #define IPS_CMD_FLUSH 0x0A macro