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

/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.c1460 pepext->trb_running = 0;
2888 if (error && pepext->trb_running != 0) {
2890 pepext->trb_running = 0;
2950 pepext->trb_running = 0;
2954 if (pepext->trb_running == 0) {
3979 (pepext->trb_running == 0)) {
3985 pepext->trb_running = 0;
4016 pepext->trb_running = 1;
4070 pepext->trb_running = 0;
4112 pepext->trb_running
[all...]
H A Dxhci.h392 uint8_t trb_running; member in struct:xhci_endpoint_ext

Completed in 70 milliseconds