Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Dips.c674 scb->cdb[0] = IPS_CMD_FLUSH; in ips_release()
676 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_release()
741 scb->cdb[0] = IPS_CMD_FLUSH; in ips_halt()
743 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_halt()
896 scb->cdb[0] = IPS_CMD_FLUSH; in __ips_eh_reset()
898 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in __ips_eh_reset()
4573 scb->cdb[0] = IPS_CMD_FLUSH; in ips_flush_and_reset()
4575 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_flush_and_reset()
Dips.h152 #define IPS_CMD_FLUSH 0x0A macro