Home
last modified time | relevance | path

Searched full:bifurcation (Results 1 – 14 of 14) sorted by relevance

/openbmc/google-ipmi-sys/
H A Dpcie_bifurcation.cpp55 auto bifurcation = handler->pcieBifurcation(/*index=*/data[0]); in pcieBifurcation() local
57 int length = sizeof(struct PcieBifurcationReply) + bifurcation.size(); in pcieBifurcation()
66 reply.reserve(bifurcation.size() + sizeof(struct PcieBifurcationReply)); in pcieBifurcation()
67 reply.emplace_back(bifurcation.size()); /* bifurcationLength */ in pcieBifurcation()
68 reply.insert(reply.end(), bifurcation.begin(), in pcieBifurcation()
69 bifurcation.end()); /* bifurcation */ in pcieBifurcation()
H A Dmeson.options3 'static-bifurcation',
5 value: '/usr/share/google-ipmi-sys/bifurcation.json',
6 description: 'Path to Static Bifurcation Json config',
H A Dmeson.build14 get_option('static-bifurcation'),
29 subdir('bifurcation') subdir
H A Dcommands.hpp54 // The Sys PCIe Slot Bifurcation information command.
H A Dhandler_impl.hpp17 #include "bifurcation.hpp"
H A Dhandler.hpp201 * Parse the I2C tree to get the highest level of bifurcation in target bus.
H A DREADME.md404 ## PCIe Bifurcation - SubCommand 0x0F
406 Sys command to return the highest level of bifurcation for the target PCIe Slot.
420 | 0x01 | Config length (N) | Number of bytes needed for the bifurcation config …
/openbmc/google-ipmi-sys/bifurcation/
H A Dbifurcation_static.cpp16 #include "bifurcation.hpp"
52 stdplus::print(stderr, "Unable to open file {} for bifurcation.\n", in getBifurcation()
81 "Failed to convert bifurcation value to vec[uin8_t]\n"); in getBifurcation()
H A Dbifurcation.hpp35 * Get the Bifurcation of the device at the i2c bus
38 * @return the bifurcation at the i2c bus
H A Dmeson.build6 'bifurcation',
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVINI.interface.yaml63 HX keyword. Slot bifurcation information for PCIe FRUs.
/openbmc/google-ipmi-sys/test/
H A Dhandler_unittest.cpp624 auto bifurcation = h2.pcieBifurcation(i); in TEST() local
625 EXPECT_TRUE(bifurcation.empty()); in TEST()
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]