Home
last modified time | relevance | path

Searched refs:XHCI_TRB_ISP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c46 { "ISP", XHCI_TRB_ISP, XHCI_TRB_ISP },
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h404 #define XHCI_TRB_ISP (1 << 2) /* Interrupt on short packet */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c532 flags |= XHCI_TRB_ISP; in xhci_transfer_trb_fill_data()
H A Dxhci_usba.c992 flags = XHCI_TRB_SIA | XHCI_TRB_ISP | XHCI_TRB_SET_FRAME(0); in xhci_hcdi_isoc_transfer_fill()