Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dxhci.c1973 trb->trb_status = trb0->trb_status; in xhci_command_submit()
2065 trb.trb_status = 0; in xhci_cmd_configure_ep()
2085 trb.trb_status = 0; in xhci_cmd_stop_ep()
2104 trb.trb_status = 0; in xhci_cmd_reset_ep_async()
2121 trb.trb_status = 0; in xhci_cmd_set_tr_deq_async()
2138 trb.trb_status = 0; in xhci_cmd_slot_control()
2168 trb.trb_status = 0; in xhci_cmd_set_address()
2189 trb.trb_status = 0; in xhci_cmd_noop()
2967 trb->trb_status = htole32( in xhci_device_ctrl_start()
3078 trb0->trb_status = htole32( in xhci_device_generic_start()
[all …]
H A Dxhcireg.h341 uint32_t trb_status; member