Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_ethernet.c219 UINT8 *sg_buf; in ue_recv() local
238 sg_buf = (UINT8 *)(sg_list[i].buf); in ue_recv()
241 if (sg_buf != NULL) { in ue_recv()
242 ret = memcpy_s(&sg_buf[bytes_in_list], bytes_needed_list, in ue_recv()
251 if (sg_buf != NULL) { in ue_recv()
252 ret = memcpy_s(&sg_buf[bytes_in_list], bytes_needed_list, in ue_recv()

Completed in 1 milliseconds