Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c1395 pepext->trb_halted = 1; in xhci_set_address()
2828 pepext->trb_halted = 1; in xhci_transfer_remove()
2887 pepext->trb_halted = 1; in xhci_transfer_insert()
3880 if ((pepext->trb_halted != 0) || in xhci_configure_msg()
3885 pepext->trb_halted = 0; in xhci_configure_msg()
3916 if (pepext->trb_halted == 0) { in xhci_configure_msg()
3965 pepext->trb_halted = 1; in xhci_ep_init()
3995 pepext->trb_halted = 1; in xhci_ep_clear_stall()
Dxhci.h392 uint8_t trb_halted; member