Symbol: ohci_xfer
sys/dev/usb/ohci.c
1117
memset(xfer, 0, sizeof(struct ohci_xfer));
sys/dev/usb/ohci.c
1362
struct ohci_xfer *ox, *tmp;
sys/dev/usb/ohci.c
144
Static void ohci_free_stds(ohci_softc_t *, struct ohci_xfer *);
sys/dev/usb/ohci.c
2312
struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer);
sys/dev/usb/ohci.c
2703
struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer);
sys/dev/usb/ohci.c
2753
struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer);
sys/dev/usb/ohci.c
2791
struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer);
sys/dev/usb/ohci.c
3039
struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer);
sys/dev/usb/ohci.c
3072
struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer);
sys/dev/usb/ohci.c
3204
struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer);
sys/dev/usb/ohci.c
3234
struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer);
sys/dev/usb/ohci.c
3267
struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer);
sys/dev/usb/ohci.c
3485
struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer);
sys/dev/usb/ohci.c
3530
struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer);
sys/dev/usb/ohci.c
3568
struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer);
sys/dev/usb/ohci.c
537
struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer);
sys/dev/usb/ohci.c
581
ohci_free_stds(ohci_softc_t *sc, struct ohci_xfer *ox)
sys/dev/usb/ohci.c
600
struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer);
sys/dev/usb/ohci.c
834
sc->sc_xferpool = pool_cache_init(sizeof(struct ohci_xfer), 0, 0, 0,
sys/dev/usb/ohcivar.h
112
TAILQ_HEAD(, ohci_xfer) sc_abortingxfers;
sys/dev/usb/ohcivar.h
148
TAILQ_ENTRY(ohci_xfer) ox_abnext;
sys/dev/usb/ohcivar.h
171
#define OHCI_XFER2OXFER(xfer) ((struct ohci_xfer *)(xfer))