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

/freebsd-13-stable/sys/dev/usb/
H A Dusb_pf.h87 uint32_t up_endpoint; /* USB endpoint / stream ID */ member in struct:usbpf_pkthdr
H A Dusb_pf.c458 up->up_endpoint = htole32(temp);
/freebsd-13-stable/usr.sbin/usbdump/
H A Dusbdump.c218 const int addr_ep = (uintptr_t)&((struct usbpf_pkthdr *)0)->up_endpoint;
494 up->up_endpoint = le32toh(up->up_endpoint);
496 if (!match_filter(up->up_address, up->up_endpoint))
511 (unsigned int)up->up_endpoint,

Completed in 151 milliseconds