Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/1394/
H A Dixl1394.h96 #define IXL1394_OPF_ONRECV 0x4000 /* cmd is allowed on recv */ macro
102 #define IXL1394_OPF_ONXFER (IXL1394_OPF_ONXMIT | IXL1394_OPF_ONRECV)
104 #define IXL1394_OPF_ONRECV_ENDS (IXL1394_OPF_ONRECV | IXL1394_OPF_ENDSXFER)
125 #define IXL1394_OP_RECV_PKT (4 | IXL1394_OPTY_XFER_PKT | IXL1394_OPF_ONRECV)
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c375 ((ixlopcode & IXL1394_OPF_ONRECV) == 0)) || in hci1394_parse_ixl()