Searched refs: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
518 if (alloc_result != ZX_OK) {
519 status = alloc_result;
529 zx_status_t alloc_result = usb_req_alloc(&eth->usb, &req, RNDIS_BUFFER_SIZE, bulk_out_addr); local
530 if (alloc_result != ZX_OK) {
531 status = alloc_result;
/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
667 if (alloc_result != ZX_OK) {
668 result = alloc_result;
687 zx_status_t alloc_result = usb_req_alloc(&usb, &tx_buf, tx_buf_sz, local
689 if (alloc_result != ZX_OK) {
690 result = alloc_result;
715 zx_status_t alloc_result = usb_req_alloc(&usb, &rx_buf, rx_buf_sz, local
717 if (alloc_result != ZX_OK) {
718 result = alloc_result;

Completed in 75 milliseconds