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

/fuchsia/zircon/system/dev/ethernet/rndis/
H A Drndishost.c244 uint8_t* byte_data = netbuf->data; local
269 ssize_t bytes_copied = usb_req_copy_to(&eth->usb, req, byte_data, length,
/fuchsia/zircon/system/dev/ethernet/usb-cdc-ecm/
H A Dusb-cdc-ecm.c207 uint8_t* byte_data = netbuf->data; local
218 if ((status = queue_request(ctx, byte_data, length, tx_req)) != ZX_OK) {
/fuchsia/zircon/system/dev/ethernet/usb-cdc-function/
H A Dcdc-eth-function.c213 uint8_t* byte_data = netbuf->data; local
224 ssize_t bytes_copied = usb_function_req_copy_to(&cdc->function, tx_req, byte_data,

Completed in 30 milliseconds