Symbol: ehci_pipe
sys/dev/usb/ehci.c
1117
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
sys/dev/usb/ehci.c
1650
struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe);
sys/dev/usb/ehci.c
1966
struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe);
sys/dev/usb/ehci.c
3367
struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe);
sys/dev/usb/ehci.c
3386
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
sys/dev/usb/ehci.c
3612
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
sys/dev/usb/ehci.c
3709
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
sys/dev/usb/ehci.c
3875
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
sys/dev/usb/ehci.c
3910
struct ehci_pipe * const epipe = EHCI_PIPE2EPIPE(pipe);
sys/dev/usb/ehci.c
3989
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
sys/dev/usb/ehci.c
4078
struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe);
sys/dev/usb/ehci.c
4093
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
sys/dev/usb/ehci.c
4188
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
sys/dev/usb/ehci.c
4276
struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe);
sys/dev/usb/ehci.c
4289
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
sys/dev/usb/ehci.c
4311
struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(xfer->ux_pipe);
sys/dev/usb/ehci.c
4415
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
sys/dev/usb/ehci.c
4655
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
sys/dev/usb/ehci.c
4674
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
sys/dev/usb/ehci.c
4781
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
sys/dev/usb/ehci.c
5040
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
sys/dev/usb/ehci.c
581
sc->sc_bus.ub_pipesize = sizeof(struct ehci_pipe);
sys/dev/usb/ehcivar.h
132
#define EHCI_XFER2EPIPE(xfer) ((struct ehci_pipe *)((xfer)->ux_pipe))
sys/dev/usb/ehcivar.h
133
#define EHCI_PIPE2EPIPE(pipe) ((struct ehci_pipe *)(pipe))