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

/freebsd-13-stable/sys/xen/interface/io/
H A Dusbif.h199 uint16_t number_of_packets; /* number of ISO packet */ member in struct:usbif_urb_request::__anon16108::__anon16109
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c521 for (x = 0; x < urb->number_of_packets; x++) {
1004 urb->number_of_packets = iso_packets;
1352 for (x = 0; x < urb->number_of_packets; x++) {
1373 for (x = 0; x < urb->number_of_packets; x++) {
1413 if (urb->number_of_packets > x) {
1415 urb->number_of_packets = x;
1435 for (x = 0; x < urb->number_of_packets; x++) {
1451 offset = urb->number_of_packets * max_frame;
1455 for (x = 0; x < urb->number_of_packets; x++) {
1463 xfer->nframes = urb->number_of_packets;
[all...]
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h264 usb_frcount_t number_of_packets; /* (in) number of ISO packets */ member in struct:urb
/freebsd-13-stable/sys/netgraph/bluetooth/include/
H A Dng_hci.h1788 u_int16_t number_of_packets; member in struct:__anon15163

Completed in 148 milliseconds