Lines Matching refs:qdepth
42 int qdepth, resetting; member
98 for (i = 0; i < devinfo->qdepth; i++) { in uas_do_work()
137 for (i = 0; i < devinfo->qdepth; i++) { in uas_zap_pending()
626 for (idx = 0; idx < devinfo->qdepth; idx++) { in uas_queuecommand_lck()
630 if (idx == devinfo->qdepth) { in uas_queuecommand_lck()
881 devinfo->qdepth = 32; in uas_configure_endpoints()
884 devinfo->qdepth = usb_alloc_streams(devinfo->intf, eps + 1, in uas_configure_endpoints()
886 if (devinfo->qdepth < 0) in uas_configure_endpoints()
887 return devinfo->qdepth; in uas_configure_endpoints()
950 shost->can_queue = devinfo->qdepth - 2; in uas_probe()
977 for (i = 0; i < devinfo->qdepth; i++) { in uas_cmnd_list_empty()