Home
last modified time | relevance | path

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

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