Home
last modified time | relevance | path

Searched refs:ixl_opcode (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dixl1394.h185 uint16_t ixl_opcode; member
224 uint16_t ixl_opcode; member
246 uint16_t ixl_opcode; member
271 uint16_t ixl_opcode; member
287 uint16_t ixl_opcode; member
305 uint16_t ixl_opcode; member
317 uint16_t ixl_opcode; member
333 uint16_t ixl_opcode; member
351 uint16_t ixl_opcode; member
370 uint16_t ixl_opcode; member
[all …]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_update.c128 uv.ixl_opcode = uv.ixlnewp->ixl_opcode; in hci1394_ixl_update()
389 if (uvp->ixlnewp->ixl_opcode != uvp->ixloldp->ixl_opcode) { in hci1394_ixl_update_prepare()
400 switch (uvp->ixl_opcode) { in hci1394_ixl_update_prepare()
600 if (uvp->ixlxferp->ixl_opcode == in hci1394_ixl_update_prep_jump()
719 (new_set_skipmode_ixlp->label->ixl_opcode != in hci1394_ixl_update_prep_set_skipmode()
904 if (uvp->ixl_opcode == IXL1394_OP_RECV_PKT_U) { in hci1394_ixl_update_prep_recv_pkt()
1108 if ((uvp->ixl_opcode == IXL1394_OP_SEND_PKT_WHDR_ST_U) && in hci1394_ixl_update_prep_send_pkt()
1117 if (uvp->ixl_opcode == IXL1394_OP_SEND_PKT_U) { in hci1394_ixl_update_prep_send_pkt()
1173 if (uvp->ixl_opcode == IXL1394_OP_SEND_PKT_WHDR_ST_U) { in hci1394_ixl_update_prep_send_pkt()
1302 if (uvp->ixl_opcode == IXL1394_OP_SEND_PKT_WHDR_ST_U) { in hci1394_ixl_update_prep_send_buf()
[all …]
H A Dhci1394_ixl_misc.c77 if ((ixlstp != ctxtp->ixl_firstp) && (ixlstp->ixl_opcode != in hci1394_ixl_set_start()
138 if (((ixlcur->ixl_opcode & IXL1394_OPF_ISXFER) == 0) || in hci1394_ixl_reset_status()
139 ((ixlcur->ixl_opcode & IXL1394_OPTY_MASK) == 0)) { in hci1394_ixl_reset_status()
150 &xferctlp->dma[ixldepth], ixlcur->ixl_opcode, in hci1394_ixl_reset_status()
195 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE; in hci1394_ixl_find_next_exec_xfer()
H A Dhci1394_ixl_isr.c163 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE; in hci1394_ixl_dma_sync()
236 if ((ixlp != NULL) && (ixlp->ixl_opcode == IXL1394_OP_JUMP_U)) { in hci1394_ixl_dma_sync()
286 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE; in hci1394_ixl_intr_check_xfer()
547 if ((ixlp->ixl_opcode & IXL1394_OPF_ONXMIT) == 0) { in hci1394_ixl_intr_check_done()
H A Dhci1394_ixl_comp.c327 ixlopcode = ixlcurp->ixl_opcode; in hci1394_parse_ixl()
687 (cur_jump_ixlp->label->ixl_opcode != in hci1394_parse_ixl()
750 (wvp->ixl_setskipmode_cmdp->label->ixl_opcode != in hci1394_parse_ixl()
871 ixlopcode = ixlcurp->ixl_opcode & ~IXL1394_OPF_UPDATE; in hci1394_finalize_all_xfer_desc()
1096 ixlopcode = wvp->ixl_cur_cmdp->ixl_opcode; in hci1394_finalize_cur_xfer_desc()
1146 if ((wvp->ixl_cur_xfer_stp->ixl_opcode & IXL1394_OPF_UPDATE) != 0) { in hci1394_finalize_cur_xfer_desc()
1170 if (((wvp->ixl_cur_xfer_stp->ixl_opcode & in hci1394_finalize_cur_xfer_desc()
1781 if ((wvp->ixl_cur_xfer_stp->ixl_opcode & ~IXL1394_OPF_UPDATE) == in hci1394_bld_xmit_hdronly_nopkt_desc()
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_frame.c227 new_ixl_cmdp->ixl_opcode = IXL1394_OP_LABEL; in dcam_frame_rcv_init()
236 new_ixl_sswp->ixl_opcode = IXL1394_OP_SET_SYNCWAIT; in dcam_frame_rcv_init()
274 new_ixl_xfpp->ixl_opcode = in dcam_frame_rcv_init()
301 new_ixl_xfbp->ixl_opcode = IXL1394_OP_RECV_BUF; in dcam_frame_rcv_init()
332 new_ixl_cbp->ixl_opcode = IXL1394_OP_CALLBACK; in dcam_frame_rcv_init()
347 new_ixl_jmpp->ixl_opcode = IXL1394_OP_JUMP; in dcam_frame_rcv_init()
480 switch (tmp->ixl_opcode) { in dcam_free_resources()
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_xmit.c531 bp->tb_label.ixl_opcode = IXL1394_OP_LABEL; in av1394_it_ixl_bld_buf()
534 bp->tb_buf.ixl_opcode = IXL1394_OP_SEND_BUF; in av1394_it_ixl_bld_buf()
547 bp->tb_cb.ixl_opcode = IXL1394_OP_CALLBACK; in av1394_it_ixl_bld_buf()
552 bp->tb_jump.ixl_opcode = IXL1394_OP_JUMP_U; in av1394_it_ixl_bld_buf()
556 bp->tb_jump.ixl_opcode = IXL1394_OP_JUMP; in av1394_it_ixl_bld_buf()
604 ep->te_label.ixl_opcode = IXL1394_OP_LABEL; in av1394_it_ixl_bld_empty_cip()
612 ep->te_jump.ixl_opcode = IXL1394_OP_JUMP; in av1394_it_ixl_bld_empty_cip()
648 bep->be_label.ixl_opcode = IXL1394_OP_LABEL; in av1394_it_ixl_bld_begin()
832 new_jmp.ixl_opcode = IXL1394_OP_JUMP_U; in av1394_it_underrun()
886 new_jmp.ixl_opcode = IXL1394_OP_JUMP_U; in av1394_it_underrun_resume()
[all …]
H A Dav1394_isoch_recv.c479 dp->rd_label.ixl_opcode = IXL1394_OP_LABEL; in av1394_ir_ixl_label_init()
488 buf->ixl_opcode = IXL1394_OP_RECV_BUF; in av1394_ir_ixl_buf_init()
500 dp->rd_cb.ixl_opcode = IXL1394_OP_CALLBACK; in av1394_ir_ixl_cb_init()
516 dp->rd_jump.ixl_opcode = IXL1394_OP_JUMP_U; in av1394_ir_ixl_jump_init()
632 new_jmp.ixl_opcode = IXL1394_OP_JUMP_U; in av1394_ir_overflow()
674 new_jmp.ixl_opcode = IXL1394_OP_JUMP_U; in av1394_ir_overflow_resume()
H A Dav1394_isoch_chan.c663 switch (cmd->ixl_opcode) { in av1394_ic_ixl_dump()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h261 uint16_t ixl_opcode; /* ixl update command code */ member