Searched refs:transfers (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp371 mutex_init(&fFinishedLock, "XHCI finished transfers");
975 // Isochronous transfers use more specifically sized packets.
1098 TRACE_ALWAYS("cancel queued transfers (%" B_PRId8 ") for pipe %p (%d)\n",
1105 // There aren't any currently pending transfers to cancel.
1112 // to stop the endpoint, we cancel the transfers but do not free the TDs.
1113 Transfer* transfers[XHCI_MAX_TRANSFERS]; local
1120 // We can't cancel or delete transfers under "force", as they probably
1123 transfers[transfersCount] = td->transfer;
1130 // complete, one of the queued transfers posts a completion event, so in
1143 TRACE_ERROR("cancel queued transfers
[all...]

Completed in 24 milliseconds