Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/common/
Dtrc_pkt_proc_base.h145 componentAttachPt<IPktDataIn<P>> *getPacketOutAttachPt() { return &m_pkt_out_i; }; in getPacketOutAttachPt()
192 componentAttachPt<IPktDataIn<P>> m_pkt_out_i; variable
267 if(m_pkt_out_i.hasAttachedAndEnabled()) in Reset()
268 resp = m_pkt_out_i.first()->PacketDataIn(OCSD_OP_RESET,index,0); in Reset()
287 if(m_pkt_out_i.hasAttachedAndEnabled()) in Flush()
288 … resp = m_pkt_out_i.first()->PacketDataIn(OCSD_OP_FLUSH,0,0); // flush up the data path first. in Flush()
302 if(m_pkt_out_i.hasAttachedAndEnabled() && !OCSD_DATA_RESP_IS_FATAL(resp)) in EOT()
303 resp = m_pkt_out_i.first()->PacketDataIn(OCSD_OP_EOT,0,0); in EOT()
321 if(m_pkt_out_i.hasAttachedAndEnabled()) in outputDecodedPacket()
322 resp = m_pkt_out_i.first()->PacketDataIn(OCSD_OP_DATA,index,pkt); in outputDecodedPacket()
[all …]