Home
last modified time | relevance | path

Searched refs:new_depth (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/block/
Dblk-tag.c203 int blk_queue_resize_tags(struct request_queue *q, int new_depth) in blk_queue_resize_tags() argument
219 if (new_depth <= bqt->real_max_depth) { in blk_queue_resize_tags()
220 bqt->max_depth = new_depth; in blk_queue_resize_tags()
238 if (init_tag_map(q, bqt, new_depth)) in blk_queue_resize_tags()
/linux-4.4.14/include/scsi/
Dlibsas.h690 extern int sas_change_queue_depth(struct scsi_device *, int new_depth);
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_wr.h468 u32 new_depth; member