Home
last modified time | relevance | path

Searched refs:MRU (Results 1 – 16 of 16) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmru.hpp25 class MRU class
43 MRU() = delete;
44 ~MRU() = default;
45 MRU(const MRU&) = default;
46 MRU& operator=(const MRU&) = default;
47 MRU(MRU&&) = default;
48 MRU& operator=(MRU&&) = default;
57 explicit MRU(Stream& pel);
66 explicit MRU(const std::vector<MRUCallout>& mrus);
H A Dmru.cpp30 MRU::MRU(Stream& pel) in MRU() function in openpower::pels::src::MRU
58 MRU::MRU(const std::vector<MRUCallout>& mrus) in MRU() function in openpower::pels::src::MRU
79 void MRU::flatten(Stream& pel) const in flatten()
H A Dcallout.cpp66 case MRU::substructureType: in Callout()
68 _mru = std::make_unique<MRU>(pel); in Callout()
85 std::vector<MRU::MRUCallout>{}) in Callout()
91 const std::vector<MRU::MRUCallout>& mrus) in Callout()
105 _mru = std::make_unique<MRU>(mrus); in Callout()
H A Dcallout.hpp100 const std::vector<MRU::MRUCallout>& mrus);
261 const std::unique_ptr<MRU>& mru() const in mru()
337 std::unique_ptr<MRU> _mru;
H A Dsrc.hpp478 const std::vector<src::MRU::MRUCallout>& mrus = {});
585 std::vector<src::MRU::MRUCallout>
H A Dsrc.cpp876 const std::vector<src::MRU::MRUCallout>& mrus) in addInventoryCallout()
1334 std::vector<src::MRU::MRUCallout> mrus; in addJSONCallout()
1430 std::vector<src::MRU::MRUCallout>
1433 std::vector<src::MRU::MRUCallout> mrus; in getMRUsFromJSON()
1455 src::MRU::MRUCallout mru{static_cast<uint32_t>(priority), id}; in getMRUsFromJSON()
H A DREADME.md405 Note that since JSON only supports numbers in decimal and not in hex, MRU IDs
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmru_test.cpp40 MRU mru{stream}; in TEST()
74 EXPECT_THROW(MRU mru{stream}, std::out_of_range); in TEST()
80 std::vector<MRU::MRUCallout> mrus{{'H', 1}, {'M', 2}, {'L', 3}}; in TEST()
82 MRU mru{mrus}; in TEST()
102 MRU newMRU{stream}; in TEST()
118 std::vector<MRU::MRUCallout> mrus; in TEST()
121 MRU::MRUCallout mru = {'H', i}; in TEST()
125 MRU mru{mrus}; in TEST()
133 std::vector<MRU::MRUCallout> mrus; in TEST()
134 EXPECT_THROW(MRU mru{mrus}, std::runtime_error); in TEST()
H A Ddevice_callouts_test.cpp108 "MRU": "core0"
140 "MRU": "core"
H A Dsrc_callout_test.cpp282 std::vector<MRU::MRUCallout> mruList{{'H', 1}, {'H', 2}}; in TEST()
/openbmc/phosphor-mrw-tools/
H A Dgen_path_callouts.pl436 ($callout{MRU}) = $path =~ /\((.+)\)/;
744 if (exists $fruCallout->{MRU})
746 $entry{MRU} = $entry{Name} . "/" . $fruCallout->{MRU};
824 if (defined $callouts[$j]->{MRU})
826 $callouts[$i]->{MRU} = $callouts[$j]->{MRU};
/openbmc/linux/Documentation/networking/
H A Drepresentors.rst253 (On hardware that allows configuring separate and distinct MTU and MRU values,
254 the representor MTU should correspond to the representee's MRU and vice-versa.)
H A Dppp_generic.rst338 * PPPIOCSMRU sets the MRU (maximum receive unit) for the interface.
339 The argument should point to an int containing the new MRU value.
/openbmc/linux/Documentation/networking/device_drivers/ethernet/netronome/
H A Dnfp.rst280 I.e. it exceeds the Layer 3 MRU.
/openbmc/linux/Documentation/admin-guide/
H A Dras.rst95 to pinpoint to the minimal replaceable unit (MRU) that should be exchanged
100 the MRU.
/openbmc/linux/arch/sparc/lib/
H A DM7memcpy.S437 ! Initial stores using MRU version of BIS to keep cache line in