Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Damireg.h41 #define AMI_MAXCMDS 126 /* theoretical limit is 250 */ macro
H A Dami.c482 if (sc->sc_maxcmds > AMI_MAXCMDS) in ami_attach()
483 sc->sc_maxcmds = AMI_MAXCMDS; in ami_attach()
493 if (ami_alloc_ccbs(sc, AMI_MAXCMDS + 1) != 0) { in ami_attach()