Searched refs:skd_max_queue_depth (Results 1 – 1 of 1) sorted by relevance
327 static int skd_max_queue_depth = SKD_MAX_QUEUE_DEPTH_DEFAULT; variable329 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()[all …]