Home
last modified time | relevance | path

Searched refs:idma_options (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/1394/
H A Did1394.h153 id1394_isoch_dma_options_t idma_options; /* I/O type */ member
/titanic_50/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c205 if ((idi->idma_options & ID1394_TALK) != 0) { in hci1394_alloc_isoch_dma()
275 if ((idi->idma_options & ID1394_LISTEN_BUF_MODE) != 0) { in hci1394_alloc_isoch_dma()
279 if ((idi->idma_options & ID1394_RECV_HEADERS) != 0) { in hci1394_alloc_isoch_dma()
/titanic_50/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_frame.c364 isoch_args.idma_options = ID1394_LISTEN_PKT_MODE; in dcam_frame_rcv_init()
/titanic_50/usr/src/uts/common/io/1394/
H A Dt1394.c3148 if ((idi->idma_options & ID1394_TALK) && in t1394_alloc_isoch_dma()
3149 (idi->idma_options != ID1394_TALK)) { in t1394_alloc_isoch_dma()
3161 if ((idi->idma_options & ID1394_LISTEN_PKT_MODE) && in t1394_alloc_isoch_dma()
3162 (idi->idma_options & ID1394_LISTEN_BUF_MODE)) { in t1394_alloc_isoch_dma()
/titanic_50/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_recv.c590 di.idma_options = ID1394_LISTEN_PKT_MODE; in av1394_ir_alloc_isoch_dma()
H A Dav1394_isoch_xmit.c744 di.idma_options = ID1394_TALK; in av1394_it_alloc_isoch_dma()