Home
last modified time | relevance | path

Searched refs:xev_segs (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_event.c42 if (xev->xev_segs != NULL) in xhci_event_fini()
44 xev->xev_segs = NULL; in xhci_event_fini()
73 xev->xev_segs = (void *)xev->xev_dma.xdb_va; in xhci_event_alloc()
84 if (xev->xev_segs == NULL) { in xhci_event_init()
94 bzero(xev->xev_segs, sizeof (xhci_event_segment_t) * XHCI_EVENT_NSEGS); in xhci_event_init()
95 xev->xev_segs[0].xes_addr = LE_64(xhci_dma_pa(&xev->xev_ring.xr_dma)); in xhci_event_init()
96 xev->xev_segs[0].xes_size = LE_16(xev->xev_ring.xr_ntrb); in xhci_event_init()
210 if (xhcip->xhci_event.xev_segs == NULL) in xhci_event_process()
H A Dxhci_polled.c206 VERIFY(xhcip->xhci_event.xev_segs != NULL); in xhci_polled_event_process()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h439 xhci_event_segment_t *xev_segs; member