Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mpt/
H A Dmpt_raid.c1080 crs.openings = mpt->raid_queue_depth; in mpt_adjust_queue_depth()
1657 mpt->raid_queue_depth = vol_queue_depth; in mpt_raid_set_vol_queue_depth()
1806 u_int raid_queue_depth; in mpt_raid_sysctl_vol_queue_depth() local
1812 raid_queue_depth = mpt->raid_queue_depth; in mpt_raid_sysctl_vol_queue_depth()
1814 error = sysctl_handle_int(oidp, &raid_queue_depth, 0, req); in mpt_raid_sysctl_vol_queue_depth()
1819 return (mpt_raid_set_vol_queue_depth(mpt, raid_queue_depth)); in mpt_raid_sysctl_vol_queue_depth()
H A Dmpt_pci.c371 mpt->raid_queue_depth = MPT_RAID_QUEUE_DEPTH_DEFAULT; in mpt_pci_attach()
H A Dmpt.h638 u_int raid_queue_depth; member