Home
last modified time | relevance | path

Searched refs:remain_bytes (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c1105 int64_t remain_bytes = size; in xhci_data_stage() local
1110 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()