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

/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_proc_base.h145 componentAttachPt<IPktDataIn<P>> *getPacketOutAttachPt() { return &m_pkt_out_i; };
192 componentAttachPt<IPktDataIn<P>> m_pkt_out_i; member in class:TrcPktProcBase
267 if(m_pkt_out_i.hasAttachedAndEnabled())
268 resp = m_pkt_out_i.first()->PacketDataIn(OCSD_OP_RESET,index,0);
287 if(m_pkt_out_i.hasAttachedAndEnabled())
288 resp = m_pkt_out_i.first()->PacketDataIn(OCSD_OP_FLUSH,0,0); // flush up the data path first.
302 if(m_pkt_out_i.hasAttachedAndEnabled() && !OCSD_DATA_RESP_IS_FATAL(resp))
303 resp = m_pkt_out_i.first()->PacketDataIn(OCSD_OP_EOT,0,0);
321 if(m_pkt_out_i.hasAttachedAndEnabled())
322 resp = m_pkt_out_i
[all...]

Completed in 59 milliseconds