Searched defs:idi (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c183 hci1394_alloc_isoch_dma(void *hal_private, id1394_isoch_dmainfo_t *idi, argument
205 if ((idi->idma_options & ID1394_TALK) != 0) {
275 if ((idi->idma_options & ID1394_LISTEN_BUF_MODE) != 0) {
279 if ((idi->idma_options & ID1394_RECV_HEADERS) != 0) {
297 ctxtp->isochan = idi->channel_num;
298 ctxtp->default_tag = idi->default_tag;
299 ctxtp->default_sync = idi->default_sync;
300 ctxtp->global_callback_arg = idi->global_callback_arg;
301 ctxtp->isoch_dma_stopped = idi->isoch_dma_stopped;
302 ctxtp->idma_evt_arg = idi
[all...]
/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c3112 * idi This structure contains information
3131 id1394_isoch_dmainfo_t *idi, uint_t flags,
3141 ASSERT(idi != NULL);
3148 if ((idi->idma_options & ID1394_TALK) &&
3149 (idi->idma_options != ID1394_TALK)) {
3161 if ((idi->idma_options & ID1394_LISTEN_PKT_MODE) &&
3162 (idi->idma_options & ID1394_LISTEN_BUF_MODE)) {
3174 ret = HAL_CALL(hal).alloc_isoch_dma(hal->halinfo.hal_private, idi,
3130 t1394_alloc_isoch_dma(t1394_handle_t t1394_hdl, id1394_isoch_dmainfo_t *idi, uint_t flags, t1394_isoch_dma_handle_t *t1394_idma_hdl, int *result) argument

Completed in 67 milliseconds