Lines Matching refs:skd_max_queue_depth
328 static int skd_max_queue_depth = SKD_MAX_QUEUE_DEPTH_DEFAULT; variable
330 module_param(skd_max_queue_depth, int, 0444);
331 MODULE_PARM_DESC(skd_max_queue_depth,
499 WARN_ONCE(tag >= skd_max_queue_depth, "%#x > %#x (nr_requests = %lu)\n", in skd_mq_queue_rq()
500 tag, skd_max_queue_depth, q->nr_requests); in skd_mq_queue_rq()
1805 skdev->cur_max_queue_depth = skd_max_queue_depth; in skd_isr_fwstate()
2832 skdev->tag_set.queue_depth = skd_max_queue_depth; in skd_cons_disk()
2898 skdev->num_req_context = skd_max_queue_depth; in skd_construct()
2899 skdev->num_fitmsg_context = skd_max_queue_depth; in skd_construct()
3633 if (skd_max_queue_depth < 1 || in skd_init()
3634 skd_max_queue_depth > SKD_MAX_QUEUE_DEPTH) { in skd_init()
3636 skd_max_queue_depth, SKD_MAX_QUEUE_DEPTH_DEFAULT); in skd_init()
3637 skd_max_queue_depth = SKD_MAX_QUEUE_DEPTH_DEFAULT; in skd_init()