Symbol: ehci_soft_qh
sys/dev/usb/ehci.c
1281
ehci_dump_sqh(struct ehci_soft_qh *sqh)
sys/dev/usb/ehci.c
1363
struct ehci_soft_qh *sqh;
sys/dev/usb/ehci.c
1537
ehci_add_qh(struct ehci_soft_qh *sqh, struct ehci_soft_qh *head)
sys/dev/usb/ehci.c
1561
ehci_rem_qh(struct ehci_softc *sc, struct ehci_soft_qh *sqh)
sys/dev/usb/ehci.c
1579
ehci_set_qh_qtd(struct ehci_soft_qh *sqh, struct ehci_soft_qtd *sqtd)
sys/dev/usb/ehci.c
172
struct ehci_soft_qh *ehci_alloc_sqh(struct ehci_softc *);
sys/dev/usb/ehci.c
173
void ehci_free_sqh(struct ehci_softc *, struct ehci_soft_qh *);
sys/dev/usb/ehci.c
190
usbd_status ehci_device_setintr(struct ehci_softc *, struct ehci_soft_qh *,
sys/dev/usb/ehci.c
193
void ehci_add_qh(struct ehci_soft_qh *, struct ehci_soft_qh *);
sys/dev/usb/ehci.c
194
void ehci_rem_qh(struct ehci_softc *, struct ehci_soft_qh *);
sys/dev/usb/ehci.c
195
void ehci_set_qh_qtd(struct ehci_soft_qh *, struct ehci_soft_qtd *);
sys/dev/usb/ehci.c
209
void ehci_dump_sqh(struct ehci_soft_qh *);
sys/dev/usb/ehci.c
2250
struct ehci_soft_qh *
sys/dev/usb/ehci.c
2253
struct ehci_soft_qh *sqh = NULL;
sys/dev/usb/ehci.c
2288
ehci_free_sqh(struct ehci_softc *sc, struct ehci_soft_qh *sqh)
sys/dev/usb/ehci.c
2585
struct ehci_soft_qh *sqh = epipe->sqh;
sys/dev/usb/ehci.c
2612
struct ehci_soft_qh *sqh = epipe->sqh;
sys/dev/usb/ehci.c
2869
struct ehci_soft_qh *sqh;
sys/dev/usb/ehci.c
300
struct ehci_soft_qh *sqh;
sys/dev/usb/ehci.c
3021
struct ehci_soft_qh *sqh;
sys/dev/usb/ehci.c
3090
ehci_device_setintr(struct ehci_softc *sc, struct ehci_soft_qh *sqh, int ival)
sys/dev/usb/ehci.c
3135
struct ehci_soft_qh *sqh;
sys/dev/usb/ehci.c
3202
struct ehci_soft_qh *sqh;
sys/dev/usb/ehci.c
98
struct ehci_soft_qh *sqh;
sys/dev/usb/ehcivar.h
108
struct ehci_soft_qh *sqh; /* Queue Head. */
sys/dev/usb/ehcivar.h
151
struct ehci_soft_qh *sc_freeqhs;
sys/dev/usb/ehcivar.h
162
struct ehci_soft_qh *sc_async_head;
sys/dev/usb/ehcivar.h
47
struct ehci_soft_qh *next;
sys/dev/usb/ehcivar.h
48
struct ehci_soft_qh *prev;
sys/dev/usb/ehcivar.h
55
#define EHCI_SQH_SIZE ((sizeof (struct ehci_soft_qh) + EHCI_QH_ALIGN - 1) / EHCI_QH_ALIGN * EHCI_QH_ALIGN)