Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/
Dips.h183 #define IPS_MAX_CMDS 128 macro
212 #define IPS_STATUS_Q_SIZE (IPS_MAX_CMDS+1) * IPS_STATUS_SIZE
656 IPS_STATUS status[IPS_MAX_CMDS + 1];
Dips.c1304 if (cstatus.fields.command_id > (IPS_MAX_CMDS - 1)) { in ips_intr_copperhead()
1372 if (cstatus.fields.command_id > (IPS_MAX_CMDS - 1)) { in ips_intr_morpheus()
4387 ha->dummy->command_id = IPS_MAX_CMDS; in ips_init_scb()
4575 … scb->cmd.flush_cache.command_id = IPS_MAX_CMDS; /* Use an ID that would otherwise not exist */ in ips_flush_and_reset()
4626 if (cstatus.fields.command_id == IPS_MAX_CMDS) in ips_poll_for_flush_complete()
5143 ha->adapt->p_status_end = ha->adapt->status + IPS_MAX_CMDS; in ips_statinit()
5174 ha->adapt->p_status_end = ha->adapt->status + IPS_MAX_CMDS; in ips_statinit_memio()