Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c1425 pepext->trb_running = 0; in xhci_set_address()
2862 if (error && pepext->trb_running != 0) { in xhci_transfer_remove()
2864 pepext->trb_running = 0; in xhci_transfer_remove()
2924 pepext->trb_running = 0; in xhci_transfer_insert()
2928 if (pepext->trb_running == 0) { in xhci_transfer_insert()
3927 (pepext->trb_running == 0)) { in xhci_configure_msg()
3933 pepext->trb_running = 0; in xhci_configure_msg()
3964 pepext->trb_running = 1; in xhci_configure_msg()
4015 pepext->trb_running = 0; in xhci_ep_init()
4045 pepext->trb_running = 0; in xhci_ep_clear_stall()
H A Dxhci.h384 uint8_t trb_running; member