HomeSort by: relevance | last modified time | path
    Searched defs:dci (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
xhci.c 501 const u_int dci)
503 return KERNADDR(&xs->xs_dc_dma, sc->sc_ctxsz * dci);
509 const u_int dci)
511 return DMAADDR(&xs->xs_dc_dma, sc->sc_ctxsz * dci);
578 u_int dci)
583 cp = xhci_slot_get_dcv(sc, xs, dci);
711 size_t i, j, bn, dci; local
760 for (dci = XHCI_DCI_SLOT; dci <= XHCI_MAX_DCI; dci++)
937 size_t i, j, bn, dci; local
1893 const u_int dci = xhci_ep_get_dci(pipe->up_endpoint->ue_edesc); local
1950 const u_int dci = xhci_ep_get_dci(pipe->up_endpoint->ue_edesc); local
2004 const u_int dci = xhci_ep_get_dci(pipe->up_endpoint->ue_edesc); local
2027 const u_int dci = xhci_ep_get_dci(pipe->up_endpoint->ue_edesc); local
2065 const u_int dci = xhci_ep_get_dci(ed); local
2152 const u_int dci = xhci_ep_get_dci(ed); local
2265 const u_int dci = xhci_ep_get_dci(pipe->up_endpoint->ue_edesc); local
2315 const u_int dci = xhci_ep_get_dci(pipe->up_endpoint->ue_edesc); local
2365 const u_int dci = xhci_ep_get_dci(pipe->up_endpoint->ue_edesc); local
2421 u_int slot, dci; local
3557 u_int dci; local
3615 const u_int dci = xhci_ep_get_dci(ed); local
4477 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc); local
4608 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc); local
4734 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc); local
4763 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc); local
4848 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc); local
4893 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc); local
4960 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc); local
    [all...]
xhci.c 501 const u_int dci)
503 return KERNADDR(&xs->xs_dc_dma, sc->sc_ctxsz * dci);
509 const u_int dci)
511 return DMAADDR(&xs->xs_dc_dma, sc->sc_ctxsz * dci);
578 u_int dci)
583 cp = xhci_slot_get_dcv(sc, xs, dci);
711 size_t i, j, bn, dci; local
760 for (dci = XHCI_DCI_SLOT; dci <= XHCI_MAX_DCI; dci++)
937 size_t i, j, bn, dci; local
1893 const u_int dci = xhci_ep_get_dci(pipe->up_endpoint->ue_edesc); local
1950 const u_int dci = xhci_ep_get_dci(pipe->up_endpoint->ue_edesc); local
2004 const u_int dci = xhci_ep_get_dci(pipe->up_endpoint->ue_edesc); local
2027 const u_int dci = xhci_ep_get_dci(pipe->up_endpoint->ue_edesc); local
2065 const u_int dci = xhci_ep_get_dci(ed); local
2152 const u_int dci = xhci_ep_get_dci(ed); local
2265 const u_int dci = xhci_ep_get_dci(pipe->up_endpoint->ue_edesc); local
2315 const u_int dci = xhci_ep_get_dci(pipe->up_endpoint->ue_edesc); local
2365 const u_int dci = xhci_ep_get_dci(pipe->up_endpoint->ue_edesc); local
2421 u_int slot, dci; local
3557 u_int dci; local
3615 const u_int dci = xhci_ep_get_dci(ed); local
4477 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc); local
4608 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc); local
4734 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc); local
4763 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc); local
4848 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc); local
4893 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc); local
4960 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc); local
    [all...]

Completed in 42 milliseconds