Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs278 pub fn interrupt_on_short_packet(&self) -> bool { in interrupt_on_short_packet() method
304 interrupt_on_short_packet: B1, field
345 interrupt_on_short_packet: B1, field
382 interrupt_on_short_packet: B1, field
Dxhci_transfer.rs333 || (atrb.trb.interrupt_on_short_packet() && edtla > bytes_transferred) in on_transfer_complete()