Lines Matching refs:qdepth
41 int qdepth, resetting;
111 for (i = 0; i < devinfo->qdepth; i++) {
160 for (i = 0; i < devinfo->qdepth; i++) {
664 for (idx = 0; idx < devinfo->qdepth; idx++) {
668 if (idx == devinfo->qdepth) {
900 scsi_change_queue_depth(sdev, devinfo->qdepth - 2);
968 devinfo->qdepth = 32;
971 devinfo->qdepth = usb_alloc_streams(devinfo->intf, eps + 1,
973 if (devinfo->qdepth < 0)
974 return devinfo->qdepth;
1038 shost->can_queue = devinfo->qdepth - 2;
1067 for (i = 0; i < devinfo->qdepth; i++) {