Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_raid.c1079 crs.openings = mpt->raid_queue_depth; in mpt_adjust_queue_depth()
1651 mpt->raid_queue_depth = vol_queue_depth; in mpt_raid_set_vol_queue_depth()
1795 u_int raid_queue_depth; in mpt_raid_sysctl_vol_queue_depth() local
1799 raid_queue_depth = mpt->raid_queue_depth; in mpt_raid_sysctl_vol_queue_depth()
1801 error = sysctl_handle_int(oidp, &raid_queue_depth, 0, req); in mpt_raid_sysctl_vol_queue_depth()
1806 return (mpt_raid_set_vol_queue_depth(mpt, raid_queue_depth)); in mpt_raid_sysctl_vol_queue_depth()
H A Dmpt_pci.c368 mpt->raid_queue_depth = MPT_RAID_QUEUE_DEPTH_DEFAULT; in mpt_pci_attach()
H A Dmpt.h632 u_int raid_queue_depth; member