Home
last modified time | relevance | path

Searched refs:XHCI_XFER2BUS (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/usb/
Dxhcivar.h61 #define XHCI_XFER2BUS(xfer) ((xfer)->ux_bus) macro
Dxhci.c4353 const size_t bn = XHCI_XFER2BUS(xfer) == &sc->sc_bus ? 0 : 1; in xhci_root_intr_start()
4373 const size_t bn = XHCI_XFER2BUS(xfer) == &sc->sc_bus ? 0 : 1; in xhci_root_intr_abort()
4398 const size_t bn __diagused = XHCI_XFER2BUS(xfer) == &sc->sc_bus ? 0 : 1; in xhci_root_intr_close()
4415 const size_t bn = XHCI_XFER2BUS(xfer) == &sc->sc_bus ? 0 : 1; in xhci_root_intr_done()