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

/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/
H A Dixl1394.h187 uint16_t ixl_opcode; member in struct:ixl1394_command
226 uint16_t ixl_opcode; member in struct:ixl1394_xfer_pkt
248 uint16_t ixl_opcode; member in struct:ixl1394_xfer_buf
273 uint16_t ixl_opcode; member in struct:ixl1394_xmit_special
289 uint16_t ixl_opcode; member in struct:ixl1394_callback
307 uint16_t ixl_opcode; member in struct:ixl1394_label
319 uint16_t ixl_opcode; member in struct:ixl1394_jump
335 uint16_t ixl_opcode; member in struct:ixl1394_set_tagsync
353 uint16_t ixl_opcode; member in struct:ixl1394_set_skipmode
372 uint16_t ixl_opcode; member in struct:ixl1394_set_syncwait
385 uint16_t ixl_opcode; member in struct:ixl1394_store_timestamp
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_frame.c230 new_ixl_cmdp->ixl_opcode = IXL1394_OP_LABEL;
239 new_ixl_sswp->ixl_opcode = IXL1394_OP_SET_SYNCWAIT;
277 new_ixl_xfpp->ixl_opcode =
304 new_ixl_xfbp->ixl_opcode = IXL1394_OP_RECV_BUF;
335 new_ixl_cbp->ixl_opcode = IXL1394_OP_CALLBACK;
350 new_ixl_jmpp->ixl_opcode = IXL1394_OP_JUMP;
483 switch (tmp->ixl_opcode) {
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c85 if ((ixlstp != ctxtp->ixl_firstp) && (ixlstp->ixl_opcode !=
155 if (((ixlcur->ixl_opcode & IXL1394_OPF_ISXFER) == 0) ||
156 ((ixlcur->ixl_opcode & IXL1394_OPTY_MASK) == 0)) {
167 &xferctlp->dma[ixldepth], ixlcur->ixl_opcode,
218 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE;
H A Dhci1394_ixl_update.c137 uv.ixl_opcode = uv.ixlnewp->ixl_opcode;
428 if (uvp->ixlnewp->ixl_opcode != uvp->ixloldp->ixl_opcode) {
442 switch (uvp->ixl_opcode) {
559 (new_jump_ixlp->label->ixl_opcode != IXL1394_OP_LABEL)) {
659 if ((uvp->ixlxferp->ixl_opcode & IXL1394_OPF_ONXMIT) != 0) {
674 if (uvp->ixlxferp->ixl_opcode ==
733 while ((uvp->ixlxferp != NULL) && (((uvp->ixlxferp->ixl_opcode &
735 ((uvp->ixlxferp->ixl_opcode
[all...]
H A Dhci1394_ixl_comp.c367 ixlopcode = ixlcurp->ixl_opcode;
385 tnf_opaque, ixl_opcode, ixlopcode);
393 wvp->ixl_io_mode, tnf_opaque, ixl_opcode,
780 (cur_jump_ixlp->label->ixl_opcode !=
863 (wvp->ixl_setskipmode_cmdp->label->ixl_opcode !=
929 ixlcurp, tnf_opaque, ixl_opcode, ixlopcode);
1017 ixlopcode = ixlcurp->ixl_opcode & ~IXL1394_OPF_UPDATE;
1254 ixlopcode = wvp->ixl_cur_cmdp->ixl_opcode;
1327 if ((wvp->ixl_cur_xfer_stp->ixl_opcode & IXL1394_OPF_UPDATE) != 0) {
1351 if (((wvp->ixl_cur_xfer_stp->ixl_opcode
[all...]
H A Dhci1394_ixl_isr.c191 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE;
266 if ((ixlp != NULL) && (ixlp->ixl_opcode == IXL1394_OP_JUMP_U)) {
328 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE;
625 if ((ixlp->ixl_opcode & IXL1394_OPF_ONXMIT) == 0) {
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_xmit.c566 bp->tb_label.ixl_opcode = IXL1394_OP_LABEL;
569 bp->tb_buf.ixl_opcode = IXL1394_OP_SEND_BUF;
579 bp->tb_store_ts.ixl_opcode = IXL1394_OP_STORE_TIMESTAMP;
582 bp->tb_cb.ixl_opcode = IXL1394_OP_CALLBACK;
587 bp->tb_jump.ixl_opcode = IXL1394_OP_JUMP_U;
591 bp->tb_jump.ixl_opcode = IXL1394_OP_JUMP;
639 ep->te_label.ixl_opcode = IXL1394_OP_LABEL;
642 ep->te_pkt.ixl_opcode = IXL1394_OP_SEND_PKT_ST;
647 ep->te_jump.ixl_opcode = IXL1394_OP_JUMP;
683 bep->be_label.ixl_opcode
[all...]
H A Dav1394_isoch_recv.c513 dp->rd_label.ixl_opcode = IXL1394_OP_LABEL;
522 buf->ixl_opcode = IXL1394_OP_RECV_BUF;
534 dp->rd_cb.ixl_opcode = IXL1394_OP_CALLBACK;
550 dp->rd_jump.ixl_opcode = IXL1394_OP_JUMP_U;
686 new_jmp.ixl_opcode = IXL1394_OP_JUMP_U;
736 new_jmp.ixl_opcode = IXL1394_OP_JUMP_U;
H A Dav1394_isoch_chan.c740 switch (cmd->ixl_opcode) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h263 uint16_t ixl_opcode; /* ixl update command code */ member in struct:hci1394_ixl_update_vars

Completed in 111 milliseconds