Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c1104 uint32_t remain_packets = (size + max_packet - 1) / max_packet; in xhci_data_stage() local
1110 --remain_packets; in xhci_data_stage()
1114 trb.TD_size = remain_packets; in xhci_data_stage()
1119 trb.ent = (remain_packets == 0); in xhci_data_stage()