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

/fuchsia/zircon/system/dev/ethernet/rndis/
H A Drndishost.h63 uint32_t request_id; member in struct:__anon344
69 uint32_t request_id; member in struct:__anon345
76 uint32_t request_id; member in struct:__anon346
85 uint32_t request_id; member in struct:__anon347
101 uint32_t request_id; member in struct:__anon348
111 uint32_t request_id; member in struct:__anon349
120 uint32_t request_id; member in struct:__anon350
130 uint32_t request_id; member in struct:__anon351
H A Drndishost.c41 uint32_t request_id; member in struct:__anon343
94 uint32_t request_id = eth->request_id++; local
95 header->request_id = request_id;
111 if (header->request_id != request_id) {
356 // The offset given in the reply is from the beginning of the request_id
/fuchsia/zircon/system/utest/core/echo/
H A Dmessage.h34 uint64_t request_id; member in struct:mojo_message_header_with_request_id
H A Decho.c63 uint64_t request_id = in_msg_header->request_id; local
95 out_msg_header->request_id = request_id;
/fuchsia/zircon/system/dev/usb/dwc2/
H A Ddwc2.c103 uint32_t request_id; member in struct:dwc_usb_transfer_request
293 "length = %lu\n", req->request_id, status, length);
438 "length = 0x%lx\n", device_id, ep_address, req->request_id,
515 req->request_id = dwc->DBG_reqid++;
1309 "channel = %u\n", req->request_id, chan);

Completed in 99 milliseconds