Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dixl1394.h95 #define IXL1394_OPF_ONXMIT 0x2000 /* cmd is allowed on xmit */ macro
100 #define IXL1394_OPF_ONXFER (IXL1394_OPF_ONXMIT | IXL1394_OPF_ONRECV)
103 #define IXL1394_OPF_ONXMIT_ENDS (IXL1394_OPF_ONXMIT | IXL1394_OPF_ENDSXFER)
128 #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.c258 if ((ixlopcode & IXL1394_OPF_ONXMIT) != 0) { in hci1394_ixl_check_status()
H A Dhci1394_ixl_isr.c547 if ((ixlp->ixl_opcode & IXL1394_OPF_ONXMIT) == 0) { in hci1394_ixl_intr_check_done()
H A Dhci1394_ixl_comp.c337 ((ixlopcode & IXL1394_OPF_ONXMIT) == 0))) { in hci1394_parse_ixl()
990 if ((ixlopcode & IXL1394_OPF_ONXMIT) != 0) { in hci1394_finalize_all_xfer_desc()
H A Dhci1394_ixl_update.c585 if ((uvp->ixlxferp->ixl_opcode & IXL1394_OPF_ONXMIT) != 0) { in hci1394_ixl_update_prep_jump()
589 (uvp->ctxtp->default_skipmode == IXL1394_OPF_ONXMIT)) { in hci1394_ixl_update_prep_jump()