Home
last modified time | relevance | path

Searched refs:get_chdr_w (Results 1 – 13 of 13) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/include/uhdlib/rfnoc/
H A Dmb_iface.hpp45 virtual chdr_w_t get_chdr_w() = 0;
H A Dchdr_packet_writer.hpp304 inline chdr_w_t get_chdr_w() const in get_chdr_w() function in uhd::rfnoc::chdr::chdr_packet_factory
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/rfnoc/
H A Dlink_stream_manager.cpp53 if (_pkt_factory.get_chdr_w() != _mb_iface.get_chdr_w()) { in link_stream_manager_impl()
H A Drfnoc_graph.cpp597 const chdr_w_t chdr_w = _device->get_mb_iface(0).get_chdr_w(); in _init_gsm()
600 if (_device->get_mb_iface(mb_idx).get_chdr_w() != chdr_w) { in _init_gsm()
606 chdr_w_to_bits(_device->get_mb_iface(mb_idx).get_chdr_w())) in _init_gsm()
720 (1 << block_info.data_mtu) * chdr_w_to_bits(mb.get_chdr_w()) / 8; in _init_blocks()
H A Dchdr_rx_data_xport.cpp44 , _chdr_w_bytes(chdr_w_to_bits(pkt_factory.get_chdr_w()) / 8) in chdr_rx_data_xport()
H A Dchdr_tx_data_xport.cpp39 , _chdr_w_bytes(chdr_w_to_bits(pkt_factory.get_chdr_w()) / 8) in chdr_tx_data_xport()
H A Dmgmt_portal.cpp183 , _chdr_w(pkt_factory.get_chdr_w()) in mgmt_portal_impl()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/mpmd/
H A Dmpmd_mb_iface.hpp33 uhd::rfnoc::chdr_w_t get_chdr_w();
H A Dmpmd_mb_iface.cpp65 if (_link_if_mgr->connect(type, xport_info, get_chdr_w())) { in init()
88 uhd::rfnoc::chdr_w_t mpmd_mboard_impl::mpmd_mb_iface::get_chdr_w() in get_chdr_w() function in mpmd_mboard_impl::mpmd_mb_iface
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/x300/
H A Dx300_impl.hpp106 uhd::rfnoc::chdr_w_t get_chdr_w();
H A Dx300_mb_iface.cpp46 uhd::rfnoc::chdr_w_t x300_impl::x300_mb_iface::get_chdr_w() in get_chdr_w() function in x300_impl::x300_mb_iface
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/utils/
H A Dutils_python.hpp239 &chdr_rfnoc::mgmt_payload::get_chdr_w, in export_utils()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/include/uhd/rfnoc/
H A Dchdr_types.hpp889 inline chdr_w_t get_chdr_w() const in get_chdr_w() function in uhd::rfnoc::chdr::mgmt_payload