Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dips.c100 #define IPS_MAXCMDS 128 macro
108 #define IPS_SQSZ (IPS_MAXCMDS * sizeof(u_int32_t))
657 IPS_MAXCMDS * sizeof(struct ips_cmdb))) { in ips_attach()
1867 if (++sc->sc_sqidx == IPS_MAXCMDS) in ips_copperhead_status()