Searched refs:countVal (Results 1 – 1 of 1) sorted by relevance
538 uint32_t countVal, countMask; in iPktTimestamp() local541 extractContField(m_currPacketData, idx, countVal, 3); // only 3 possible count bytes. in iPktTimestamp()543 countVal &= countMask; in iPktTimestamp()544 m_curr_packet.setCycleCount(countVal); in iPktTimestamp()