Searched refs:m_pkt_out_i (Results 1 – 1 of 1) sorted by relevance
148 componentAttachPt<IPktDataIn<P>> *getPacketOutAttachPt() { return &m_pkt_out_i; }; in getPacketOutAttachPt()207 componentAttachPt<IPktDataIn<P>> m_pkt_out_i; variable291 if(m_pkt_out_i.hasAttachedAndEnabled()) in Reset()292 resp = m_pkt_out_i.first()->PacketDataIn(OCSD_OP_RESET,index,0); in Reset()311 if(m_pkt_out_i.hasAttachedAndEnabled()) in Flush()312 … resp = m_pkt_out_i.first()->PacketDataIn(OCSD_OP_FLUSH,0,0); // flush up the data path first. in Flush()326 if(m_pkt_out_i.hasAttachedAndEnabled() && !OCSD_DATA_RESP_IS_FATAL(resp)) in EOT()327 resp = m_pkt_out_i.first()->PacketDataIn(OCSD_OP_EOT,0,0); in EOT()345 if(m_pkt_out_i.hasAttachedAndEnabled()) in outputDecodedPacket()346 resp = m_pkt_out_i.first()->PacketDataIn(OCSD_OP_DATA,index,pkt); in outputDecodedPacket()[all …]