Searched refs:skd_max_queue_depth (Results 1 – 1 of 1) sorted by relevance
326 static int skd_max_queue_depth = SKD_MAX_QUEUE_DEPTH_DEFAULT; variable328 module_param(skd_max_queue_depth, int, 0444);329 MODULE_PARM_DESC(skd_max_queue_depth,503 WARN_ONCE(tag >= skd_max_queue_depth, "%#x > %#x (nr_requests = %lu)\n", in skd_mq_queue_rq()504 tag, skd_max_queue_depth, q->nr_requests); in skd_mq_queue_rq()1813 skdev->cur_max_queue_depth = skd_max_queue_depth; in skd_isr_fwstate()2840 skdev->tag_set.queue_depth = skd_max_queue_depth; in skd_cons_disk()2905 skdev->num_req_context = skd_max_queue_depth; in skd_construct()2906 skdev->num_fitmsg_context = skd_max_queue_depth; in skd_construct()3626 if (skd_max_queue_depth < 1 || in skd_init()[all …]