Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/controller/
Dxhci.c1462 pepext->trb_running = 0; in xhci_set_address()
2890 if (error && pepext->trb_running != 0) { in xhci_transfer_remove()
2892 pepext->trb_running = 0; in xhci_transfer_remove()
2952 pepext->trb_running = 0; in xhci_transfer_insert()
2956 if (pepext->trb_running == 0) { in xhci_transfer_insert()
4011 (pepext->trb_running == 0)) { in xhci_configure_msg()
4017 pepext->trb_running = 0; in xhci_configure_msg()
4048 pepext->trb_running = 1; in xhci_configure_msg()
4102 pepext->trb_running = 0; in xhci_ep_init()
4144 pepext->trb_running = 0; in xhci_ep_clear_stall()
Dxhci.h394 uint8_t trb_running; member