Searched refs:new_depth (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dlibsas.h633 extern int sas_change_queue_depth(struct scsi_device *, int new_depth);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_scsi_host.c761 int sas_change_queue_depth(struct scsi_device *scsi_dev, int new_depth) argument
763 int res = min(new_depth, SAS_MAX_QD);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_wr.h468 u32 new_depth; member in struct:c2wr_cq_modify_req
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dll_rw_blk.c1002 * @new_depth: the new max command queueing depth
1007 int blk_queue_resize_tags(request_queue_t *q, int new_depth) argument
1020 * between new_depth and real_max_depth can be in-flight, tag
1023 if (new_depth <= bqt->real_max_depth) {
1024 bqt->max_depth = new_depth;
1042 if (init_tag_map(q, bqt, new_depth))

Completed in 166 milliseconds