Home
last modified time | relevance | path

Searched refs:IXL1394_OPF_ONRECV (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dixl1394.h94 #define IXL1394_OPF_ONRECV 0x4000 /* cmd is allowed on recv */ macro
100 #define IXL1394_OPF_ONXFER (IXL1394_OPF_ONXMIT | IXL1394_OPF_ONRECV)
102 #define IXL1394_OPF_ONRECV_ENDS (IXL1394_OPF_ONRECV | IXL1394_OPF_ENDSXFER)
123 #define IXL1394_OP_RECV_PKT (4 | IXL1394_OPTY_XFER_PKT | IXL1394_OPF_ONRECV)
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c335 ((ixlopcode & IXL1394_OPF_ONRECV) == 0)) || in hci1394_parse_ixl()