Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_ethernet.c217 UINT32 bytes_needed_list; in ue_recv() local
234 bytes_needed_list = sg_list[i].len - bytes_in_list; in ue_recv()
240 if (bytes_needed_list < bytes_in_buffer) { in ue_recv()
242 ret = memcpy_s(&sg_buf[bytes_in_list], bytes_needed_list, in ue_recv()
243 (UINT8 *)&hw_rxbuf[buffer_pos], bytes_needed_list); in ue_recv()
248 bytes_in_list += bytes_needed_list; in ue_recv()
249 buffer_pos += bytes_needed_list; in ue_recv()
252 ret = memcpy_s(&sg_buf[bytes_in_list], bytes_needed_list, in ue_recv()

Completed in 2 milliseconds