Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/skd/
H A Dskd.c87 int skd_max_queue_depth = SKD_MAX_QUEUE_DEPTH_DEFAULT; variable
2957 skdev->soft_queue_depth_limit = skd_max_queue_depth; in skd_construct()
2960 skdev->num_req_context = skd_max_queue_depth; in skd_construct()
2961 skdev->num_fitmsg_context = skd_max_queue_depth; in skd_construct()
3794 if (skd_max_queue_depth < 1 || in skd_init()
3795 skd_max_queue_depth > SKD_MAX_QUEUE_DEPTH) { in skd_init()
3797 skd_max_queue_depth, SKD_MAX_QUEUE_DEPTH_DEFAULT); in skd_init()
3798 skd_max_queue_depth = SKD_MAX_QUEUE_DEPTH_DEFAULT; in skd_init()
4477 skd_max_queue_depth = prop_value; in skd_get_properties()
4894 skdev->name, skd_max_queue_depth); in skd_attach()