Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_proc_stm.cpp205 m_curr_packet.setPacketType(STM_PKT_RESERVED,false); in throwReservedHdrError()
291 m_curr_packet.setPacketType(STM_PKT_ASYNC,false); in waitForSync()
318 m_curr_packet.setPacketType(STM_PKT_NULL,false); in stmPktNull()
340 m_curr_packet.setPacketType(STM_PKT_M8,false); in stmPktM8()
353 m_curr_packet.setPacketType(STM_PKT_MERR,false); in stmPktMERR()
368 m_curr_packet.setPacketType(STM_PKT_C8,false); in stmPktC8()
540 m_curr_packet.setPacketType(STM_PKT_FLAG,false); in stmPktFlagTS()
665 m_curr_packet.setPacketType(STM_PKT_D16,true); in stmPktD16M()
673 m_curr_packet.setPacketType(STM_PKT_D32,true); in stmPktD32M()
681 m_curr_packet.setPacketType(STM_PKT_D64,true); in stmPktD64M()
[all …]
/freebsd-14.2/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_elem_stm.h66 void setPacketType(const ocsd_stm_pkt_type type, const bool bMarker);
106 inline void StmTrcPacket::setPacketType(const ocsd_stm_pkt_type type, const bool bMarker) in setPacketType() function