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

/fuchsia/zircon/system/host/xdc-server/
H A Dxdc-server.cpp427 bool is_new_packet; local
431 transfer->actual_length(), &is_new_packet);
437 if (is_new_packet && stream_id == XDC_MSG_STREAM) {
449 int offset = is_new_packet ? sizeof(xdc_packet_header_t) : 0;
/fuchsia/zircon/system/dev/usb/xhci/
H A Dxdc.c428 bool is_new_packet; local
438 data, req->response.actual, &is_new_packet);
443 if (is_new_packet) {

Completed in 83 milliseconds