Lines Matching full:fsi
18 #include <org/open_power/Proc/FSI/error.hpp>
31 namespace fsi_error = sdbusplus::org::open_power::Proc::FSI::Error;
33 constexpr auto masterScanPath = "/sys/class/fsi-master/fsi0/rescan";
34 constexpr auto hubScanPath = "/sys/class/fsi-master/fsi1/rescan";
35 constexpr auto masterCalloutPath = "/sys/class/fsi-master/fsi0/slave@00:00/raw";
39 * the device driver to do an FSI scan.
63 * Performs an FSI master scan followed by an FSI hub scan.
70 // Note: Currently the FSI device driver will always return success on both in scan()
83 log<level::ERR>("Failed to run the FSI master scan"); in scan()
85 using metadata = org::open_power::Proc::FSI::MasterDetectionFailure; in scan()
94 log<level::ERR>("The FSI master scan did not create a hub scan file"); in scan()
96 using metadata = org::open_power::Proc::FSI::MasterDetectionFailure; in scan()
115 log<level::ERR>("Failed to run the FSI hub scan"); in scan()
117 using metadata = org::open_power::Proc::FSI::SlaveDetectionFailure; in scan()