Searched refs:XHCI_EVENT_NSEGS (Results 1 – 2 of 2) sorted by relevance
66 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()
427 #define XHCI_EVENT_NSEGS 1 macro