Searched refs:m_pIPktFn (Results 1 – 4 of 4) sorted by relevance
107 m_pIPktFn = m_i_table[nextByte].pptkFn; in processData()113 m_pIPktFn = &TrcPktProcEtmV4I::iNotSync; in processData()124 (this->*m_pIPktFn)(nextByte); in processData()224 m_pIPktFn = &TrcPktProcEtmV4I::iNotSync; in InitProcessorState()276 m_pIPktFn = m_i_table[lastByte].pptkFn; in iNotSync()335 m_pIPktFn = &TrcPktProcEtmV4I::iNotSync; in iPktExtension()354 m_pIPktFn = &TrcPktProcEtmV4I::iPktASync; // handle subsequent bytes as async in iPktExtension()373 m_pIPktFn = &TrcPktProcEtmV4I::iNotSync; in iPktASync()
178 PPKTFN m_pIPktFn; variable
120 m_pIPktFn = m_i_table[currByte].pptkFn; in processData()133 (this->*m_pIPktFn)(); in processData()221 m_pIPktFn = &TrcPktProcPtm::pktReserved; in InitProcessorState()
192 PPKTFN m_pIPktFn; variable