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