Searched refs:cq_depth (Results 1 – 4 of 4) sorted by relevance
41 dev->tgt.sq_depth = dev->tgt.cq_depth = 2 * info->queue_depth; in ublk_null_tgt_init()
32 int cq_depth, unsigned flags) in ublk_setup_ring() argument38 p.cq_entries = cq_depth; in ublk_setup_ring()487 int ring_depth = dev->tgt.sq_depth, cq_depth = dev->tgt.cq_depth; in ublk_thread_init() local490 ret = ublk_setup_ring(&t->ring, ring_depth, cq_depth, in ublk_thread_init()1181 dev->tgt.cq_depth = depth; in __cmd_dev_add()
151 unsigned int cq_depth; member
346 dev->tgt.cq_depth = mul * dev->dev_info.queue_depth * conf->nr_files; in ublk_stripe_tgt_init()
Completed in 9 milliseconds