Searched refs:HCI1394_IXL_INTR_DMALOST (Results 1 – 3 of 3) sorted by relevance
122 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()
222 } 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()
57 #define HCI1394_IXL_INTR_DMALOST (-1) /* dma location indeterminate (lost) */ macro