Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c89 int skd_max_queue_depth = SKD_MAX_QUEUE_DEPTH_DEFAULT; variable
2959 skdev->soft_queue_depth_limit = skd_max_queue_depth; in skd_construct()
2962 skdev->num_req_context = skd_max_queue_depth; in skd_construct()
2963 skdev->num_fitmsg_context = skd_max_queue_depth; in skd_construct()
3796 if (skd_max_queue_depth < 1 || in skd_init()
3797 skd_max_queue_depth > SKD_MAX_QUEUE_DEPTH) { in skd_init()
3799 skd_max_queue_depth, SKD_MAX_QUEUE_DEPTH_DEFAULT); in skd_init()
3800 skd_max_queue_depth = SKD_MAX_QUEUE_DEPTH_DEFAULT; in skd_init()
4479 skd_max_queue_depth = prop_value; in skd_get_properties()
4896 skdev->name, skd_max_queue_depth); in skd_attach()