Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dips.c690 if (ips_send_wait(ha, scb, ips_cmd_timeout, IPS_INTR_ON) == IPS_FAILURE) in ips_release()
759 if (ips_send_wait(ha, scb, ips_cmd_timeout, IPS_INTR_ON) == in ips_halt()
1165 if (!ips_read_adapter_status(ha, IPS_INTR_ON)) in DEF_SCSI_QCMD()
1257 ips_next(ha, IPS_INTR_ON); in do_ipsintr()
2553 if (intr == IPS_INTR_ON) in ips_next()
2580 if (intr == IPS_INTR_ON) in ips_next()
2587 if (intr == IPS_INTR_ON) in ips_next()
2657 if (intr == IPS_INTR_ON) in ips_next()
2714 if (intr == IPS_INTR_ON) in ips_next()
2753 if (intr == IPS_INTR_ON) in ips_next()
[all …]
Dips.h200 #define IPS_INTR_ON 0 macro