Lines Matching refs:skd_max_queue_depth
327 static int skd_max_queue_depth = SKD_MAX_QUEUE_DEPTH_DEFAULT; variable
329 module_param(skd_max_queue_depth, int, 0444);
330 MODULE_PARM_DESC(skd_max_queue_depth,
504 WARN_ONCE(tag >= skd_max_queue_depth, "%#x > %#x (nr_requests = %lu)\n", in skd_mq_queue_rq()
505 tag, skd_max_queue_depth, q->nr_requests); in skd_mq_queue_rq()
1811 skdev->cur_max_queue_depth = skd_max_queue_depth; in skd_isr_fwstate()
2838 skdev->tag_set.queue_depth = skd_max_queue_depth; in skd_cons_disk()
2903 skdev->num_req_context = skd_max_queue_depth; in skd_construct()
2904 skdev->num_fitmsg_context = skd_max_queue_depth; in skd_construct()
3624 if (skd_max_queue_depth < 1 || in skd_init()
3625 skd_max_queue_depth > SKD_MAX_QUEUE_DEPTH) { in skd_init()
3627 skd_max_queue_depth, SKD_MAX_QUEUE_DEPTH_DEFAULT); in skd_init()
3628 skd_max_queue_depth = SKD_MAX_QUEUE_DEPTH_DEFAULT; in skd_init()