Symbol: XHCI_ENDPOINT_QUIESCE
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1017
xep->xep_state |= XHCI_ENDPOINT_TIMED_OUT | XHCI_ENDPOINT_QUIESCE;
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1026
xep->xep_state &= ~(XHCI_ENDPOINT_QUIESCE |
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1053
xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE;
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
854
ASSERT(xep->xep_state & XHCI_ENDPOINT_QUIESCE);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
176
xep->xep_state |= XHCI_ENDPOINT_QUIESCE;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
183
xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
205
xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
216
xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
459
xep->xep_state |= XHCI_ENDPOINT_QUIESCE;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
465
xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
486
xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
512
xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
576
xep->xep_state |= XHCI_ENDPOINT_QUIESCE;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
583
~(XHCI_ENDPOINT_TEARDOWN | XHCI_ENDPOINT_QUIESCE);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
692
xep->xep_state |= XHCI_ENDPOINT_QUIESCE;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
702
xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
717
xep->xep_state &= ~XHCI_ENDPOINT_QUIESCE;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
733
xep->xep_state &= ~(XHCI_ENDPOINT_QUIESCE | XHCI_ENDPOINT_PERIODIC);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
527
#define XHCI_ENDPOINT_SERIALIZE (XHCI_ENDPOINT_QUIESCE | \
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
535
XHCI_ENDPOINT_QUIESCE | \