Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c122 if (retcode == HCI1394_IXL_INTR_DMALOST) { in hci1394_ixl_interrupt()
255 return (HCI1394_IXL_INTR_DMALOST); in hci1394_ixl_dma_sync()
350 *donecodep = HCI1394_IXL_INTR_DMALOST; in hci1394_ixl_intr_check_xfer()
H A Dhci1394_ixl_update.c222 } else if (uv.upd_status == HCI1394_IXL_INTR_DMALOST) { in hci1394_ixl_update()
347 if (status == HCI1394_IXL_INTR_DMALOST) { in hci1394_ixl_update_endup()
372 } else if (status == HCI1394_IXL_INTR_DMALOST) { in hci1394_ixl_update_endup()
1801 HCI1394_IXL_INTR_DMALOST) { in hci1394_ixl_update_evaluate()
1882 if (status == HCI1394_IXL_INTR_DMALOST) { in hci1394_ixl_update_analysis()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h57 #define HCI1394_IXL_INTR_DMALOST (-1) /* dma location indeterminate (lost) */ macro