1. NAME

blk_queue_resize_tags - change the queueing depth

2. SYNOPSIS

int blk_queue_resize_tags(struct request_queue *  q , int  new_depth );

3. ARGUMENTS

q
    the request queue for the device

new_depth
    the new max command queueing depth

4. NOTES

Must be called with the queue lock held.

5. COPYRIGHT