Searched refs:raid_queue_depth (Results 1 – 3 of 3) sorted by relevance
1079 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() local1799 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()
368 mpt->raid_queue_depth = MPT_RAID_QUEUE_DEPTH_DEFAULT; in mpt_pci_attach()
632 u_int raid_queue_depth; member