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

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dixl1394.h99 #define IXL1394_OPF_ISXFER 0x0800 /* cmd is data transfer command */ macro
114 #define IXL1394_OPTY_XFER_PKT (0x0000 | IXL1394_OPF_ISXFER)
115 #define IXL1394_OPTY_XFER_PKT_ST (0x0200 | IXL1394_OPF_ISXFER)
116 #define IXL1394_OPTY_XFER_BUF_ST (0x0400 | IXL1394_OPF_ISXFER)
117 #define IXL1394_OPTY_XFER_SPCL_ST (0x0600 | IXL1394_OPF_ISXFER)
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c155 if (((ixlcur->ixl_opcode & IXL1394_OPF_ISXFER) == 0) ||
221 if (((ixlopcode & IXL1394_OPF_ISXFER) != 0) &&
H A Dhci1394_ixl_isr.c199 if (((ixlopcode & IXL1394_OPF_ISXFER) != 0) &&
H A Dhci1394_ixl_update.c734 IXL1394_OPF_ISXFER) == 0) ||
904 IXL1394_OPF_ISXFER) == 0) ||
H A Dhci1394_ixl_comp.c1030 if (((ixlopcode & IXL1394_OPF_ISXFER) == 0) ||

Completed in 70 milliseconds