Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/mfi/
H A Dmfi.c144 static int mfi_max_cmds = 128; variable
145 TUNABLE_INT("hw.mfi.max_cmds", &mfi_max_cmds);
146 SYSCTL_INT(_hw_mfi, OID_AUTO, max_cmds, CTLFLAG_RD, &mfi_max_cmds,
758 ncmds = MIN(mfi_max_cmds, sc->mfi_max_fw_cmds); in mfi_alloc_commands()