Searched defs:alloc_result (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/ethernet/rndis/
H A Drndishost.c517 zx_status_t alloc_result = usb_req_alloc(&eth->usb, &req, RNDIS_BUFFER_SIZE, bulk_in_addr); local
529 zx_status_t alloc_result = usb_req_alloc(&eth->usb, &req, RNDIS_BUFFER_SIZE, bulk_out_addr); local
/fuchsia/zircon/system/dev/ethernet/usb-cdc-ecm/
H A Dusb-cdc-ecm.c664 zx_status_t alloc_result = usb_req_alloc(&usb, &int_buf, local
687 zx_status_t alloc_result = usb_req_alloc(&usb, &tx_buf, tx_buf_sz, local
715 zx_status_t alloc_result = usb_req_alloc(&usb, &rx_buf, rx_buf_sz, local

Completed in 88 milliseconds