Symbol: xhci_td
sys/dev/usb/controller/xhci.c
1755
xhci_td_fill_link(struct xhci_td *td, struct xhci_td *td_next, bool chain)
sys/dev/usb/controller/xhci.c
1790
static struct xhci_td *
sys/dev/usb/controller/xhci.c
1792
uint32_t len, uint32_t mps, struct xhci_td *td, bool is_in, bool step_td,
sys/dev/usb/controller/xhci.c
1797
struct xhci_td *td_first;
sys/dev/usb/controller/xhci.c
1798
struct xhci_td *td_alt_next;
sys/dev/usb/controller/xhci.c
1906
static struct xhci_td *
sys/dev/usb/controller/xhci.c
1907
xhci_setup_ctrl(struct usb_xfer *xfer, struct xhci_td *td)
sys/dev/usb/controller/xhci.c
2069
static struct xhci_td *
sys/dev/usb/controller/xhci.c
2070
xhci_setup_bulk(struct usb_xfer *xfer, struct xhci_td *td)
sys/dev/usb/controller/xhci.c
2074
struct xhci_td *td_last;
sys/dev/usb/controller/xhci.c
2142
static struct xhci_td *
sys/dev/usb/controller/xhci.c
2143
xhci_setup_isoc(struct usb_xfer *xfer, struct xhci_td *td)
sys/dev/usb/controller/xhci.c
2154
struct xhci_td *td_last;
sys/dev/usb/controller/xhci.c
2214
struct xhci_td *td_next = is_last ? NULL : td->obj_next;
sys/dev/usb/controller/xhci.c
2352
struct xhci_td *td;
sys/dev/usb/controller/xhci.c
2979
struct xhci_td *td_first;
sys/dev/usb/controller/xhci.c
2980
struct xhci_td *td_last;
sys/dev/usb/controller/xhci.c
3850
parm, &pc, sizeof(struct xhci_td),
sys/dev/usb/controller/xhci.c
3857
struct xhci_td *td;
sys/dev/usb/controller/xhci.c
747
struct xhci_td *td;
sys/dev/usb/controller/xhci.c
748
struct xhci_td *td_alt_next;
sys/dev/usb/controller/xhci.c
866
struct xhci_td *td;
sys/dev/usb/controller/xhci.c
885
struct xhci_td *td;
sys/dev/usb/controller/xhci.c
886
struct xhci_td *td_last;
sys/dev/usb/controller/xhci.c
962
struct xhci_td *td;
sys/dev/usb/controller/xhci.h
381
struct xhci_td *next;
sys/dev/usb/controller/xhci.h
382
struct xhci_td *alt_next;
sys/dev/usb/controller/xhci.h
383
struct xhci_td *obj_next;