Searched refs:raid_queue_depth (Results 1 – 3 of 3) sorted by relevance
1080 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() local1812 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()
371 mpt->raid_queue_depth = MPT_RAID_QUEUE_DEPTH_DEFAULT; in mpt_pci_attach()
638 u_int raid_queue_depth; member