Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/amr/
H A Damrreg.h82 #define AMR_LIMITCMD 120 /* maximum count of outstanding commands */ macro
H A Damr.c1005 sc->amr_maxio = imin(sc->amr_maxio, AMR_LIMITCMD); in amr_query_controller()