Searched refs:HCI1394_IXL_INTR_DMALOST (Results 1 – 3 of 3) sorted by relevance
144 if (retcode == HCI1394_IXL_INTR_DMALOST) { in hci1394_ixl_interrupt()293 return (HCI1394_IXL_INTR_DMALOST); in hci1394_ixl_dma_sync()392 *donecodep = HCI1394_IXL_INTR_DMALOST; in hci1394_ixl_intr_check_xfer()
244 } else if (uv.upd_status == HCI1394_IXL_INTR_DMALOST) { in hci1394_ixl_update()381 if (status == HCI1394_IXL_INTR_DMALOST) { in hci1394_ixl_update_endup()406 } else if (status == HCI1394_IXL_INTR_DMALOST) { in hci1394_ixl_update_endup()2034 HCI1394_IXL_INTR_DMALOST) { in hci1394_ixl_update_evaluate()2124 if (status == HCI1394_IXL_INTR_DMALOST) { in hci1394_ixl_update_analysis()
59 #define HCI1394_IXL_INTR_DMALOST (-1) /* dma location indeterminate (lost) */ macro