Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDxhci.c1419 pepext->trb_running = 0; in xhci_set_address()
2853 if (error && pepext->trb_running != 0) { in xhci_transfer_remove()
2855 pepext->trb_running = 0; in xhci_transfer_remove()
2908 if (pepext->trb_running == 0) { in xhci_transfer_insert()
3907 (pepext->trb_running == 0)) { in xhci_configure_msg()
3913 pepext->trb_running = 0; in xhci_configure_msg()
3944 pepext->trb_running = 1; in xhci_configure_msg()
3995 pepext->trb_running = 0; in xhci_ep_init()
4025 pepext->trb_running = 0; in xhci_ep_clear_stall()
HDxhci.h384 uint8_t trb_running; member