Searched refs:raid_queue_depth (Results 1 – 3 of 3) sorted by relevance
1098 crs->openings = mpt->raid_queue_depth; in mpt_adjust_queue_depth()1678 mpt->raid_queue_depth = vol_queue_depth; in mpt_raid_set_vol_queue_depth()1823 u_int raid_queue_depth; in mpt_raid_sysctl_vol_queue_depth() local1827 raid_queue_depth = mpt->raid_queue_depth; in mpt_raid_sysctl_vol_queue_depth()1829 error = sysctl_handle_int(oidp, &raid_queue_depth, 0, req); in mpt_raid_sysctl_vol_queue_depth()1834 return (mpt_raid_set_vol_queue_depth(mpt, raid_queue_depth)); in mpt_raid_sysctl_vol_queue_depth()
409 mpt->raid_queue_depth = MPT_RAID_QUEUE_DEPTH_DEFAULT; in mpt_pci_attach()
624 u_int raid_queue_depth; member