Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_xmit.c383 &((av1394_it_ixl_buf_t *)itp->it_ixl_data)->tb_label; in av1394_it_bld_ixl()
528 &(((av1394_it_ixl_buf_t *)itp->it_ixl_data)->tb_label); in av1394_it_ixl_bld_data()
566 bp->tb_label.ixl_opcode = IXL1394_OP_LABEL; in av1394_it_ixl_bld_buf()
567 bp->tb_label.next_ixlp = (ixl1394_command_t *)&bp->tb_buf; in av1394_it_ixl_bld_buf()
626 (ixl1394_command_t *)&nextbp->tb_label; in av1394_it_ixl_complete_buf2()
672 (ixl1394_command_t *)&bp->tb_label; in av1394_it_ixl_complete_empty_cip()
713 bep->be_jump.label = (ixl1394_command_t *)&bp->tb_label; in av1394_it_ixl_bld_begin()
714 bep->be_jump.next_ixlp = (ixl1394_command_t *)&bp->tb_label; in av1394_it_ixl_bld_begin()
953 new_jmp.label = (ixl1394_command_t *)&bp->tb_label; in av1394_it_underrun_resume()
/titanic_44/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_isoch.h156 ixl1394_label_t tb_label; member