Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Damr.c469 amr->amr_maxqueuecnt = i; in amr_attach()
481 amr->amr_maxqueuecnt = uimin(amr->amr_maxqueuecnt, AMR_MAX_CMDS); in amr_attach()
482 if (amr->amr_maxqueuecnt > i) in amr_attach()
483 amr->amr_maxqueuecnt = i; in amr_attach()
631 amr->amr_maxqueuecnt = ap->ap_maxio; in amr_init()
747 amr->amr_maxqueuecnt = aa->aa_maxio; in amr_init()
825 if (idx >= amr->amr_maxqueuecnt) { in amr_intr()
H A Damrvar.h80 int amr_maxqueuecnt; member
H A Dld_amr.c92 ld->sc_maxqueuecnt = (amr->amr_maxqueuecnt - AMR_NCCB_RESV) in ld_amr_attach()