Symbol: pci_xhci_softc
usr/src/cmd/bhyve/common/pci_xhci.c
1021
pci_xhci_cmd_config_ep(struct pci_xhci_softc *sc, uint32_t slot,
usr/src/cmd/bhyve/common/pci_xhci.c
1144
pci_xhci_cmd_reset_ep(struct pci_xhci_softc *sc, uint32_t slot,
usr/src/cmd/bhyve/common/pci_xhci.c
1209
pci_xhci_find_stream(struct pci_xhci_softc *sc, struct xhci_endp_ctx *ep,
usr/src/cmd/bhyve/common/pci_xhci.c
1239
pci_xhci_cmd_set_tr(struct pci_xhci_softc *sc, uint32_t slot,
usr/src/cmd/bhyve/common/pci_xhci.c
1320
pci_xhci_cmd_eval_ctx(struct pci_xhci_softc *sc, uint32_t slot,
usr/src/cmd/bhyve/common/pci_xhci.c
1399
pci_xhci_complete_commands(struct pci_xhci_softc *sc)
usr/src/cmd/bhyve/common/pci_xhci.c
1572
pci_xhci_xfer_complete(struct pci_xhci_softc *sc, struct usb_data_xfer *xfer,
usr/src/cmd/bhyve/common/pci_xhci.c
1663
pci_xhci_update_ep_ring(struct pci_xhci_softc *sc,
usr/src/cmd/bhyve/common/pci_xhci.c
1705
pci_xhci_try_usb_xfer(struct pci_xhci_softc *sc,
usr/src/cmd/bhyve/common/pci_xhci.c
1761
pci_xhci_handle_transfer(struct pci_xhci_softc *sc,
usr/src/cmd/bhyve/common/pci_xhci.c
1953
pci_xhci_device_doorbell(struct pci_xhci_softc *sc, uint32_t slot,
usr/src/cmd/bhyve/common/pci_xhci.c
2056
pci_xhci_dbregs_write(struct pci_xhci_softc *sc, uint64_t offset,
usr/src/cmd/bhyve/common/pci_xhci.c
2078
pci_xhci_rtsregs_write(struct pci_xhci_softc *sc, uint64_t offset,
usr/src/cmd/bhyve/common/pci_xhci.c
2192
pci_xhci_portregs_read(struct pci_xhci_softc *sc, uint64_t offset)
usr/src/cmd/bhyve/common/pci_xhci.c
2240
pci_xhci_hostop_write(struct pci_xhci_softc *sc, uint64_t offset,
usr/src/cmd/bhyve/common/pci_xhci.c
2330
struct pci_xhci_softc *sc;
usr/src/cmd/bhyve/common/pci_xhci.c
2353
pci_xhci_hostcap_read(struct pci_xhci_softc *sc, uint64_t offset)
usr/src/cmd/bhyve/common/pci_xhci.c
238
struct pci_xhci_softc;
usr/src/cmd/bhyve/common/pci_xhci.c
2402
pci_xhci_hostop_read(struct pci_xhci_softc *sc, uint64_t offset)
usr/src/cmd/bhyve/common/pci_xhci.c
2462
pci_xhci_dbregs_read(struct pci_xhci_softc *sc __unused,
usr/src/cmd/bhyve/common/pci_xhci.c
247
struct pci_xhci_softc *xsc;
usr/src/cmd/bhyve/common/pci_xhci.c
2470
pci_xhci_rtsregs_read(struct pci_xhci_softc *sc, uint64_t offset)
usr/src/cmd/bhyve/common/pci_xhci.c
2500
pci_xhci_xecp_read(struct pci_xhci_softc *sc, uint64_t offset)
usr/src/cmd/bhyve/common/pci_xhci.c
2551
struct pci_xhci_softc *sc;
usr/src/cmd/bhyve/common/pci_xhci.c
2592
pci_xhci_reset_port(struct pci_xhci_softc *sc, int portn, int warm)
usr/src/cmd/bhyve/common/pci_xhci.c
2629
pci_xhci_init_port(struct pci_xhci_softc *sc, int portn)
usr/src/cmd/bhyve/common/pci_xhci.c
2662
struct pci_xhci_softc *sc;
usr/src/cmd/bhyve/common/pci_xhci.c
2780
pci_xhci_parse_devices(struct pci_xhci_softc *sc, nvlist_t *nvl)
usr/src/cmd/bhyve/common/pci_xhci.c
2914
struct pci_xhci_softc *sc;
usr/src/cmd/bhyve/common/pci_xhci.c
2928
sc = calloc(1, sizeof(struct pci_xhci_softc));
usr/src/cmd/bhyve/common/pci_xhci.c
336
static int pci_xhci_insert_event(struct pci_xhci_softc *sc,
usr/src/cmd/bhyve/common/pci_xhci.c
339
static void pci_xhci_assert_interrupt(struct pci_xhci_softc *sc);
usr/src/cmd/bhyve/common/pci_xhci.c
340
static void pci_xhci_reset_slot(struct pci_xhci_softc *sc, int slot);
usr/src/cmd/bhyve/common/pci_xhci.c
341
static void pci_xhci_reset_port(struct pci_xhci_softc *sc, int portn, int warm);
usr/src/cmd/bhyve/common/pci_xhci.c
342
static void pci_xhci_update_ep_ring(struct pci_xhci_softc *sc,
usr/src/cmd/bhyve/common/pci_xhci.c
360
pci_xhci_reset(struct pci_xhci_softc *sc)
usr/src/cmd/bhyve/common/pci_xhci.c
374
pci_xhci_usbcmd_write(struct pci_xhci_softc *sc, uint32_t cmd)
usr/src/cmd/bhyve/common/pci_xhci.c
443
pci_xhci_portregs_write(struct pci_xhci_softc *sc, uint64_t offset,
usr/src/cmd/bhyve/common/pci_xhci.c
579
pci_xhci_get_dev_ctx(struct pci_xhci_softc *sc, uint32_t slot)
usr/src/cmd/bhyve/common/pci_xhci.c
603
pci_xhci_trb_next(struct pci_xhci_softc *sc, struct xhci_trb *curtrb,
usr/src/cmd/bhyve/common/pci_xhci.c
626
pci_xhci_assert_interrupt(struct pci_xhci_softc *sc)
usr/src/cmd/bhyve/common/pci_xhci.c
644
pci_xhci_deassert_interrupt(struct pci_xhci_softc *sc)
usr/src/cmd/bhyve/common/pci_xhci.c
722
pci_xhci_reset_slot(struct pci_xhci_softc *sc, int slot)
usr/src/cmd/bhyve/common/pci_xhci.c
738
pci_xhci_insert_event(struct pci_xhci_softc *sc, struct xhci_trb *evtrb,
usr/src/cmd/bhyve/common/pci_xhci.c
820
pci_xhci_cmd_enable_slot(struct pci_xhci_softc *sc, uint32_t *slot)
usr/src/cmd/bhyve/common/pci_xhci.c
846
pci_xhci_cmd_disable_slot(struct pci_xhci_softc *sc, uint32_t slot)
usr/src/cmd/bhyve/common/pci_xhci.c
878
pci_xhci_cmd_reset_device(struct pci_xhci_softc *sc, uint32_t slot)
usr/src/cmd/bhyve/common/pci_xhci.c
934
pci_xhci_cmd_address_device(struct pci_xhci_softc *sc, uint32_t slot,