Home
last modified time | relevance | path

Searched refs:_chdr_w (Results 1 – 7 of 7) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/utils/chdr/
H A Dchdr_packet.cpp20 : _chdr_w(chdr_w) in chdr_packet()
76 chdr_rfnoc::chdr_packet_factory factory(_chdr_w, endianness); in serialize_ptr()
144 size_t chdr_w_bytes = uhd::rfnoc::chdr_w_to_bits(_chdr_w) / 8; in get_packet_len()
148 + ((_timestamp != boost::none && _chdr_w == uhd::rfnoc::CHDR_W_64) ? 2 : 1) in get_packet_len()
167 % uhd::rfnoc::chdr_w_to_bits(_chdr_w) % _header.to_string()); in to_string()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/rfnoc/
H A Dmgmt_portal.cpp183 , _chdr_w(pkt_factory.get_chdr_w()) in mgmt_portal_impl()
223 cfg_xact.set_header(my_epid, _protover, _chdr_w); in initialize_endpoint()
320 cfg_xact.set_header(my_epid, _protover, _chdr_w); in setup_local_route()
472 cfg_xact.set_header(my_epid, _protover, _chdr_w); in config_local_rx_stream_start()
536 cfg_xact.set_header(my_epid, _protover, _chdr_w); in config_local_tx_stream()
602 cfg_xact.set_header(my_epid, _protover, _chdr_w); in config_remote_stream()
676 route_xact.set_header(my_epid, _protover, _chdr_w); in _discover_topology()
866 status_xact.set_header(my_epid, _protover, _chdr_w); in _get_ostrm_status()
1043 send.set_header(my_epid, _protover, _chdr_w); in _send_recv_mgmt_transaction()
1058 recv.set_header(my_epid, _protover, _chdr_w); in _send_recv_mgmt_transaction()
[all …]
H A Dchdr_packet_writer.cpp164 : _chdr_w(chdr_w), _endianness(endianness) in chdr_packet_factory()
171 switch (_chdr_w) { in make_generic()
184 switch (_chdr_w) { in make_generic()
H A Dchdr_types.cpp496 | (static_cast<uint64_t>(static_cast<uint8_t>(_chdr_w) & 0x7) << 45) in serialize()
533 _chdr_w = static_cast<chdr_w_t>((hdr >> 45) & 0x7); in deserialize()
535 _padding_size = (chdr_w_to_bits(_chdr_w) / 64) - 1; in deserialize()
562 % _src_epid % int(_chdr_w) % _protover % _hops.size()); in to_string()
579 && (_chdr_w == rhs._chdr_w) && (_hops == rhs._hops) in operator ==()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/include/uhd/utils/chdr/
H A Dchdr_packet.hpp165 _header.set_num_mdata(_mdata.size() / (uhd::rfnoc::chdr_w_to_bits(_chdr_w) / 64)); in set_header_lengths()
168 uhd::rfnoc::chdr_w_t _chdr_w; member in uhd::utils::chdr::chdr_packet
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/include/uhdlib/rfnoc/
H A Dchdr_packet_writer.hpp306 return _chdr_w; in get_chdr_w()
322 const chdr_w_t _chdr_w; member in uhd::rfnoc::chdr::chdr_packet_factory
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/include/uhd/rfnoc/
H A Dchdr_types.hpp826 return num_lines * (chdr_w_to_bits(_chdr_w) / 8); in get_size_bytes()
891 return _chdr_w; in get_chdr_w()
897 _chdr_w = chdr_w; in set_chdr_w()
898 _padding_size = (chdr_w_to_bits(_chdr_w) / 64) - 1; in set_chdr_w()
916 chdr_w_t _chdr_w = CHDR_W_64; member in uhd::rfnoc::chdr::mgmt_payload