Lines Matching full:urbs
11 Linux: don't set SHORT_NOT_OK on bulk out URBs (#20
235 kernel 2.6.32, allows the kernel to cancel multiple URBs upon receipt
237 integrity of large bulk transfers that are split into multiple URBs.
238 Without this support, these URBs must be canceled in userspace upon
240 which might partially fill these canceled URBs.
567 This ensures that tpriv->urbs and tpriv->iso_urbs are always set to NULL
585 these variables may reach zero before all URBs have been canceled,
591 will know that all URBs have been canceled when num_retired becomes
1030 We were forgetting about the remaining urbs when a non-final urb
1192 We were allocating the wrong number of URBs for transfers of size
1438 Linux: fire multiple URBs at once for split transfers