Searched refs:remain_bytes (Results 1 – 1 of 1) sorted by relevance
1103 int64_t remain_bytes = size; in xhci_data_stage() local1108 while (remain_bytes > 0) in xhci_data_stage()1115 trb.transfer_length = (remain_bytes < max_packet ? size : max_packet); in xhci_data_stage()1127 remain_bytes -= max_packet; in xhci_data_stage()