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

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dixl1394.h97 #define IXL1394_OPF_ONXMIT 0x2000 /* cmd is allowed on xmit */ macro
102 #define IXL1394_OPF_ONXFER (IXL1394_OPF_ONXMIT | IXL1394_OPF_ONRECV)
105 #define IXL1394_OPF_ONXMIT_ENDS (IXL1394_OPF_ONXMIT | IXL1394_OPF_ENDSXFER)
130 #define IXL1394_OP_SEND_PKT (7 | IXL1394_OPTY_XFER_PKT | IXL1394_OPF_ONXMIT)
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c294 if ((ixlopcode & IXL1394_OPF_ONXMIT) != 0) {
H A Dhci1394_ixl_isr.c625 if ((ixlp->ixl_opcode & IXL1394_OPF_ONXMIT) == 0) {
H A Dhci1394_ixl_comp.c377 ((ixlopcode & IXL1394_OPF_ONXMIT) == 0))) {
1142 if ((ixlopcode & IXL1394_OPF_ONXMIT) != 0) {
H A Dhci1394_ixl_update.c659 if ((uvp->ixlxferp->ixl_opcode & IXL1394_OPF_ONXMIT) != 0) {
663 (uvp->ctxtp->default_skipmode == IXL1394_OPF_ONXMIT)) {

Completed in 71 milliseconds