Searched refs:remain_bytes (Results 1 – 1 of 1) sorted by relevance
1105 int64_t remain_bytes = size; in xhci_data_stage() local1110 while (remain_bytes > 0) in xhci_data_stage()1117 trb.transfer_length = (remain_bytes < max_packet ? size : max_packet); in xhci_data_stage()1129 remain_bytes -= max_packet; in xhci_data_stage()