Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDxhci.c1418 pepext->trb_halted = 1; in xhci_set_address()
2854 pepext->trb_halted = 1; in xhci_transfer_remove()
3906 if ((pepext->trb_halted != 0) || in xhci_configure_msg()
3912 pepext->trb_halted = 0; in xhci_configure_msg()
3943 if (pepext->trb_halted == 0) { in xhci_configure_msg()
3994 pepext->trb_halted = 1; in xhci_ep_init()
4024 pepext->trb_halted = 1; in xhci_ep_clear_stall()
HDxhci.h383 uint8_t trb_halted; member