Home
last modified time | relevance | path

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

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