Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_event.c66 sizeof (xhci_event_segment_t) * XHCI_EVENT_NSEGS, B_FALSE)) in xhci_event_alloc()
94 bzero(xev->xev_segs, sizeof (xhci_event_segment_t) * XHCI_EVENT_NSEGS); in xhci_event_init()
100 reg |= XHCI_ERSTS_SET(XHCI_EVENT_NSEGS); in xhci_event_init()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h421 #define XHCI_EVENT_NSEGS 1 macro