Home
last modified time | relevance | path

Searched refs:bytes_in_list (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
Dusb_ethernet.c218 UINT32 bytes_in_list; in ue_recv() local
234 bytes_in_list = 0; in ue_recv()
235 while (bytes_in_list < sg_list[i].len) { in ue_recv()
236 bytes_needed_list = sg_list[i].len - bytes_in_list; in ue_recv()
244 ret = memcpy_s(&sg_buf[bytes_in_list], bytes_needed_list, in ue_recv()
250 bytes_in_list += bytes_needed_list; in ue_recv()
254 ret = memcpy_s(&sg_buf[bytes_in_list], bytes_needed_list, in ue_recv()
261 bytes_in_list += bytes_in_buffer; in ue_recv()