Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c140 if (retcode == HCI1394_IXL_INTR_DMASTOP) { in hci1394_ixl_interrupt()
287 return (HCI1394_IXL_INTR_DMASTOP); in hci1394_ixl_dma_sync()
416 *donecodep = HCI1394_IXL_INTR_DMASTOP; in hci1394_ixl_intr_check_xfer()
H A Dhci1394_ixl_update.c241 if (uv.upd_status == HCI1394_IXL_INTR_DMASTOP) { in hci1394_ixl_update()
404 if (status == HCI1394_IXL_INTR_DMASTOP) { in hci1394_ixl_update_endup()
/titanic_44/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h57 #define HCI1394_IXL_INTR_DMASTOP (2) /* encountered end of dma or stopped */ macro