Home
last modified time | relevance | path

Searched refs:IXL1394_OPF_ISXFER (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dixl1394.h97 #define IXL1394_OPF_ISXFER 0x0800 /* cmd is data transfer command */ macro
112 #define IXL1394_OPTY_XFER_PKT (0x0000 | IXL1394_OPF_ISXFER)
113 #define IXL1394_OPTY_XFER_PKT_ST (0x0200 | IXL1394_OPF_ISXFER)
114 #define IXL1394_OPTY_XFER_BUF_ST (0x0400 | IXL1394_OPF_ISXFER)
115 #define IXL1394_OPTY_XFER_SPCL_ST (0x0600 | IXL1394_OPF_ISXFER)
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c138 if (((ixlcur->ixl_opcode & IXL1394_OPF_ISXFER) == 0) || in hci1394_ixl_reset_status()
198 if (((ixlopcode & IXL1394_OPF_ISXFER) != 0) && in hci1394_ixl_find_next_exec_xfer()
H A Dhci1394_ixl_isr.c171 if (((ixlopcode & IXL1394_OPF_ISXFER) != 0) && in hci1394_ixl_dma_sync()
H A Dhci1394_ixl_update.c650 IXL1394_OPF_ISXFER) == 0) || in hci1394_ixl_update_prep_set_skipmode()
800 IXL1394_OPF_ISXFER) == 0) || in hci1394_ixl_update_prep_set_tagsync()
H A Dhci1394_ixl_comp.c884 if (((ixlopcode & IXL1394_OPF_ISXFER) == 0) || in hci1394_finalize_all_xfer_desc()