Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbipd.c161 struct usbip_usb_interface pdu_uinf; in send_reply_devlist() local
214 memcpy(&pdu_uinf, &edev->uinf[i], sizeof(pdu_uinf)); in send_reply_devlist()
215 usbip_net_pack_usb_interface(1, &pdu_uinf); in send_reply_devlist()
217 rc = usbip_net_send(connfd, &pdu_uinf, in send_reply_devlist()
218 sizeof(pdu_uinf)); in send_reply_devlist()
220 err("usbip_net_send failed: pdu_uinf"); in send_reply_devlist()
/kernel/linux/linux-6.6/tools/usb/usbip/src/
H A Dusbipd.c161 struct usbip_usb_interface pdu_uinf; in send_reply_devlist() local
214 memcpy(&pdu_uinf, &edev->uinf[i], sizeof(pdu_uinf)); in send_reply_devlist()
215 usbip_net_pack_usb_interface(1, &pdu_uinf); in send_reply_devlist()
217 rc = usbip_net_send(connfd, &pdu_uinf, in send_reply_devlist()
218 sizeof(pdu_uinf)); in send_reply_devlist()
220 err("usbip_net_send failed: pdu_uinf"); in send_reply_devlist()

Completed in 2 milliseconds