Searched refs:m_pIPktFn (Results 1 – 4 of 4) sorted by relevance
111 m_pIPktFn = m_i_table[nextByte].pptkFn; in processData()117 m_pIPktFn = &TrcPktProcEtmV4I::iNotSync; in processData()128 (this->*m_pIPktFn)(nextByte); in processData()228 m_pIPktFn = &TrcPktProcEtmV4I::iNotSync; in InitProcessorState()280 m_pIPktFn = m_i_table[lastByte].pptkFn; in iNotSync()342 m_pIPktFn = &TrcPktProcEtmV4I::iNotSync; in iPktExtension()361 m_pIPktFn = &TrcPktProcEtmV4I::iPktASync; // handle subsequent bytes as async in iPktExtension()380 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()
193 PPKTFN m_pIPktFn; variable