Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/mpt/
H A Dmpt_raid.c1670 mpt_raid_set_vol_queue_depth(struct mpt_softc *mpt, u_int vol_queue_depth) in mpt_raid_set_vol_queue_depth() argument
1674 if (vol_queue_depth > 255 || vol_queue_depth < 1) in mpt_raid_set_vol_queue_depth()
1678 mpt->raid_queue_depth = vol_queue_depth; in mpt_raid_set_vol_queue_depth()