Lines Matching refs:full_len
3294 unsigned int i, len, full_len, num_trbs = 0; in count_sg_trbs_needed() local
3296 full_len = urb->transfer_buffer_length; in count_sg_trbs_needed()
3301 len = min_t(unsigned int, len, full_len); in count_sg_trbs_needed()
3302 full_len -= len; in count_sg_trbs_needed()
3303 if (full_len == 0) in count_sg_trbs_needed()
3525 unsigned int enqd_len, block_len, trb_buff_len, full_len; in xhci_queue_bulk_tx() local
3534 full_len = urb->transfer_buffer_length; in xhci_queue_bulk_tx()
3545 block_len = full_len; in xhci_queue_bulk_tx()
3571 for (enqd_len = 0; first_trb || enqd_len < full_len; in xhci_queue_bulk_tx()
3579 if (enqd_len + trb_buff_len > full_len) in xhci_queue_bulk_tx()
3580 trb_buff_len = full_len - enqd_len; in xhci_queue_bulk_tx()
3593 if (enqd_len + trb_buff_len < full_len) { in xhci_queue_bulk_tx()
3605 if (enqd_len + trb_buff_len >= full_len) { in xhci_queue_bulk_tx()
3625 full_len, urb, more_trbs_coming); in xhci_queue_bulk_tx()