Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dskd_main.c425 static int skd_max_queue_depth = SKD_MAX_QUEUE_DEPTH_DEFAULT; variable
427 module_param(skd_max_queue_depth, int, 0444);
428 MODULE_PARM_DESC(skd_max_queue_depth,
3140 skdev->cur_max_queue_depth = skd_max_queue_depth; in skd_isr_fwstate()
4466 skdev->num_req_context = skd_max_queue_depth; in skd_construct()
4467 skdev->num_fitmsg_context = skd_max_queue_depth; in skd_construct()
5360 if (skd_max_queue_depth < 1 || in skd_init()
5361 skd_max_queue_depth > SKD_MAX_QUEUE_DEPTH) { in skd_init()
5363 skd_max_queue_depth, SKD_MAX_QUEUE_DEPTH_DEFAULT); in skd_init()
5364 skd_max_queue_depth = SKD_MAX_QUEUE_DEPTH_DEFAULT; in skd_init()