Lines Matching defs:bep

680 	av1394_it_ixl_begin_t	*bep = &itp->it_ixl_begin;
683 bep->be_label.ixl_opcode = IXL1394_OP_LABEL;
684 bep->be_label.next_ixlp = (ixl1394_command_t *)&bep->be_empty_pre;
686 bep->be_empty_pre.ixl_opcode = IXL1394_OP_SEND_PKT_ST;
687 bep->be_empty_pre.size = AV1394_CIPSZ;
688 bep->be_empty_pre.ixl_buf._dmac_ll = bp->tb_buf.ixl_buf._dmac_ll;
689 bep->be_empty_pre.mem_bufp = bp->tb_buf.mem_bufp;
690 bep->be_empty_pre.next_ixlp = (ixl1394_command_t *)&bep->be_store_ts;
692 bep->be_store_ts.ixl_opcode = IXL1394_OP_STORE_TIMESTAMP;
693 bep->be_store_ts.next_ixlp = (ixl1394_command_t *)&bep->be_cb;
695 bep->be_cb.ixl_opcode = IXL1394_OP_CALLBACK;
696 bep->be_cb.callback = av1394_it_ixl_begin_cb;
697 bep->be_cb.callback_arg = &bep->be_store_ts.timestamp;
698 bep->be_cb.next_ixlp = (ixl1394_command_t *)&bep->be_empty_post[0];
701 bep->be_empty_post[i].ixl_opcode = IXL1394_OP_SEND_PKT_ST;
702 bep->be_empty_post[i].size = AV1394_CIPSZ;
703 bep->be_empty_post[i].ixl_buf._dmac_ll =
705 bep->be_empty_post[i].mem_bufp = bp->tb_buf.mem_bufp;
706 bep->be_empty_post[i].next_ixlp =
707 (ixl1394_command_t *)&bep->be_empty_post[i + 1];
709 bep->be_empty_post[AV1394_IT_IXL_BEGIN_NPOST - 1].next_ixlp =
710 (ixl1394_command_t *)&bep->be_jump;
712 bep->be_jump.ixl_opcode = IXL1394_OP_JUMP_U;
713 bep->be_jump.label = (ixl1394_command_t *)&bp->tb_label;
714 bep->be_jump.next_ixlp = (ixl1394_command_t *)&bp->tb_label;
721 av1394_it_ixl_begin_t *bep = &itp->it_ixl_begin;
725 bep->be_empty_post[i].ixl_buf._dmac_ll =
727 bep->be_empty_post[i].mem_bufp = bp->tb_buf.mem_bufp;