Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/controller/
Dxhci.c1461 pepext->trb_halted = 1; in xhci_set_address()
2891 pepext->trb_halted = 1; in xhci_transfer_remove()
2951 pepext->trb_halted = 1; in xhci_transfer_insert()
4010 if ((pepext->trb_halted != 0) || in xhci_configure_msg()
4016 pepext->trb_halted = 0; in xhci_configure_msg()
4047 if (pepext->trb_halted == 0) { in xhci_configure_msg()
4101 pepext->trb_halted = 1; in xhci_ep_init()
4143 pepext->trb_halted = 1; in xhci_ep_clear_stall()
Dxhci.h393 uint8_t trb_halted; member