Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c1424 pepext->trb_halted = 1; in xhci_set_address()
2863 pepext->trb_halted = 1; in xhci_transfer_remove()
2923 pepext->trb_halted = 1; in xhci_transfer_insert()
3926 if ((pepext->trb_halted != 0) || in xhci_configure_msg()
3932 pepext->trb_halted = 0; in xhci_configure_msg()
3963 if (pepext->trb_halted == 0) { in xhci_configure_msg()
4014 pepext->trb_halted = 1; in xhci_ep_init()
4044 pepext->trb_halted = 1; in xhci_ep_clear_stall()
H A Dxhci.h383 uint8_t trb_halted; member