Lines Matching refs:qdepth
41 int qdepth, resetting;
111 for (i = 0; i < devinfo->qdepth; i++) {
161 for (i = 0; i < devinfo->qdepth; i++) {
669 for (idx = 0; idx < devinfo->qdepth; idx++) {
673 if (idx == devinfo->qdepth) {
899 scsi_change_queue_depth(sdev, devinfo->qdepth - 2);
966 devinfo->qdepth = 32;
969 devinfo->qdepth = usb_alloc_streams(devinfo->intf, eps + 1,
971 if (devinfo->qdepth < 0)
972 return devinfo->qdepth;
1036 shost->can_queue = devinfo->qdepth - 2;
1065 for (i = 0; i < devinfo->qdepth; i++) {