Searched full:bifurcation (Results 1 – 14 of 14) sorted by relevance
55 auto bifurcation = handler->pcieBifurcation(/*index=*/data[0]); in pcieBifurcation() local57 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()
3 'static-bifurcation',5 value: '/usr/share/google-ipmi-sys/bifurcation.json',6 description: 'Path to Static Bifurcation Json config',
14 get_option('static-bifurcation'),29 subdir('bifurcation') subdir
54 // The Sys PCIe Slot Bifurcation information command.
17 #include "bifurcation.hpp"
201 * Parse the I2C tree to get the highest level of bifurcation in target bus.
404 ## PCIe Bifurcation - SubCommand 0x0F406 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 …
16 #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()
35 * Get the Bifurcation of the device at the i2c bus38 * @return the bifurcation at the i2c bus
6 'bifurcation',
63 HX keyword. Slot bifurcation information for PCIe FRUs.
624 auto bifurcation = h2.pcieBifurcation(i); in TEST() local625 EXPECT_TRUE(bifurcation.empty()); in TEST()
[all...]