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

/freebsd-13-stable/sys/dev/usb/
H A Dusb_mbuf.c54 #include <dev/usb/usb_mbuf.h>
68 struct usb_mbuf *m_ptr;
77 alloc_size = (block_size + sizeof(struct usb_mbuf)) * nblocks;
H A Dusb_mbuf.h36 struct usb_mbuf { struct
39 struct usb_mbuf *usb_nextpkt;
40 struct usb_mbuf *usb_next;
H A Dusb_dev.h41 struct usb_mbuf;
72 struct usb_mbuf *ifq_head;
73 struct usb_mbuf *ifq_tail;
H A Dusb_dev.c66 #include <dev/usb/usb_mbuf.h>
757 struct usb_mbuf *m;
820 struct usb_mbuf *m;
1151 struct usb_mbuf *m;
1192 struct usb_mbuf *m;
1301 struct usb_mbuf *m;
1404 struct usb_mbuf *m;
1518 struct usb_mbuf *m;
1998 struct usb_mbuf *m;
2022 struct usb_mbuf *
[all...]
H A Dusbdi.h41 struct usb_mbuf;
103 typedef void (usb_fifo_filter_t)(struct usb_fifo *fifo, struct usb_mbuf *m);
H A Dusb_generic.c62 #include <dev/usb/usb_mbuf.h>
412 struct usb_mbuf *m;
997 struct usb_mbuf *m;
1018 struct usb_mbuf *m;
/freebsd-13-stable/sys/modules/usb/usb/
H A DMakefile36 usb_handle_request.c usb_hid.c usb_hub.c usb_lookup.c usb_mbuf.c \
/freebsd-13-stable/stand/kshim/
H A Dbsd_global.h52 #include <dev/usb/usb_mbuf.h>

Completed in 185 milliseconds