Searched refs:new_jmp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_xmit.c875 ixl1394_jump_t new_jmp; local
890 new_jmp.ixl_opcode = IXL1394_OP_JUMP_U;
891 new_jmp.label = NULL;
892 new_jmp.next_ixlp = NULL;
895 update_info.temp_ixlp = (ixl1394_command_t *)&new_jmp;
927 ixl1394_jump_t new_jmp; local
952 new_jmp.ixl_opcode = IXL1394_OP_JUMP_U;
953 new_jmp.label = (ixl1394_command_t *)&bp->tb_label;
954 new_jmp.next_ixlp = NULL;
957 update_info.temp_ixlp = (ixl1394_command_t *)&new_jmp;
[all...]
H A Dav1394_isoch_recv.c670 ixl1394_jump_t new_jmp; local
686 new_jmp.ixl_opcode = IXL1394_OP_JUMP_U;
687 new_jmp.label = NULL;
688 new_jmp.next_ixlp = NULL;
691 update_info.temp_ixlp = (ixl1394_command_t *)&new_jmp;
721 ixl1394_jump_t new_jmp; local
736 new_jmp.ixl_opcode = IXL1394_OP_JUMP_U;
737 new_jmp.label = (ixl1394_command_t *)&irp->ir_ixl_data[next_idx];
738 new_jmp.next_ixlp = NULL;
741 update_info.temp_ixlp = (ixl1394_command_t *)&new_jmp;
[all...]

Completed in 85 milliseconds