Home
last modified time | relevance | path

Searched refs:chdr_w_bytes (Results 1 – 3 of 3) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/rfnoc/
H A Dchdr_packet_writer.cpp51 header.set_length(((_mdata_offset + header.get_num_mdata()) * chdr_w_bytes) in update_payload_size()
85 return get_chdr_header().get_num_mdata() * chdr_w_bytes; in get_mdata_size()
102 - (chdr_w_bytes * _mdata_offset); in get_payload_size()
123 return (_compute_mdata_offset(header) + num_mdata) * chdr_w_bytes; in calculate_payload_offset()
154 static const size_t chdr_w_bytes = (chdr_w / 8); member in chdr_packet_impl
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/utils/chdr/
H A Dchdr_packet.cpp144 size_t chdr_w_bytes = uhd::rfnoc::chdr_w_to_bits(_chdr_w) / 8; in get_packet_len() local
149 * chdr_w_bytes; in get_packet_len()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/tools/dissectors/epan/rfnoc/
H A Dpacket-rfnoc.cpp203 size_t chdr_w_bytes = 8; in dissect_rfnoc() local
356 …= proto_tree_add_item(mgmt_tree, hf_rfnoc_mgmt_hop, tvb, offset, num_ops*chdr_w_bytes, endianness); in dissect_rfnoc()
361 …t_op_item = proto_tree_add_item(hop_tree, hf_rfnoc_mgmt_op, tvb, offset, chdr_w_bytes, endianness); in dissect_rfnoc()
396 offset += chdr_w_bytes; in dissect_rfnoc()