Searched refs:uipd (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c1347 struct usb_iso_packet_descriptor *uipd; local
1361 uipd = urb->iso_frame_desc + x;
1362 if (uipd->length > xfer->frlengths[x]) {
1365 uipd->status = -EPIPE;
1367 uipd->status = 0;
1370 uipd->status = 0;
1372 uipd->actual_length = xfer->frlengths[x];
1376 uipd->offset), uipd->actual_length);
1382 uipd
[all...]

Completed in 98 milliseconds