Searched defs:trb (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_event.c | 117 xhci_event_process_psc(xhci_t *xhcip, xhci_trb_t *trb) in xhci_event_process_psc() 139 xhci_event_process_trb(xhci_t *xhcip, xhci_trb_t *trb) in xhci_event_process_trb() 225 xhci_trb_t *trb; in xhci_event_process() local
|
H A D | xhci_ring.c | 188 xhci_trb_t *trb = &xrp->xr_trb[xrp->xr_tail]; in xhci_ring_event_advance() local 297 xhci_trb_t *trb; in xhci_ring_trb_fill() local 351 xhci_trb_t *trb; in xhci_ring_trb_produce() local 395 xhci_ring_trb_put(xhci_ring_t *xrp, xhci_trb_t *trb) in xhci_ring_trb_put()
|
H A D | xhci_polled.c | 102 xhci_polled_get_endpoint(xhci_t *xhcip, xhci_trb_t *trb) in xhci_polled_get_endpoint() 123 xhci_trb_t *trb, uint_t *num_characters) in xhci_polled_endpoint_transfer() 213 xhci_trb_t *trb; in xhci_polled_event_process() local
|
H A D | xhci_endpoint.c | 1055 xhci_trb_t *trb, uint_t *offp) in xhci_endpoint_determine_transfer() 1173 xhci_endpoint_t *xep, xhci_transfer_t *xt, uint_t off, xhci_trb_t *trb) in xhci_endpoint_control_callback() 1327 xhci_endpoint_t *xep, xhci_transfer_t *xt, uint_t off, xhci_trb_t *trb) in xhci_endpoint_norm_callback() 1442 xhci_endpoint_t *xep, xhci_transfer_t *xt, uint_t off, xhci_trb_t *trb) in xhci_endpoint_isoch_callback() 1529 xhci_endpoint_transfer_callback(xhci_t *xhcip, xhci_trb_t *trb) in xhci_endpoint_transfer_callback()
|
H A D | xhci_command.c | 308 xhci_command_event_callback(xhci_t *xhcip, xhci_trb_t *trb) in xhci_command_event_callback()
|
H A D | xhci_usba.c | 977 xhci_trb_t *trb = &xt->xt_trbs[i]; in xhci_hcdi_isoc_transfer_fill() local
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_xhci.c | 935 struct xhci_trb *trb) in pci_xhci_cmd_address_device() 1022 struct xhci_trb *trb) in pci_xhci_cmd_config_ep() 1145 struct xhci_trb *trb) in pci_xhci_cmd_reset_ep() 1240 struct xhci_trb *trb) in pci_xhci_cmd_set_tr() 1321 struct xhci_trb *trb) in pci_xhci_cmd_eval_ctx() 1402 struct xhci_trb *trb; in pci_xhci_complete_commands() local 1534 pci_xhci_dump_trb(struct xhci_trb *trb) in pci_xhci_dump_trb() 1579 struct xhci_trb *trb; in pci_xhci_xfer_complete() local 1763 struct xhci_endp_ctx *ep_ctx, struct xhci_trb *trb, uint32_t slot, in pci_xhci_handle_transfer() 1961 struct xhci_trb *trb; in pci_xhci_device_doorbell() local
|
H A D | pci_xhci.h | 343 struct xhci_trb trb[(XHCI_MAX_STREAMS * member
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/ |
H A D | xhci.c | 425 xhci_trb_t trb; in xhci_mdb_print_trb() local
|