Lines Matching full:backplane

592 /********** HSBP Backplane related struct and Global definitions ************/
854 struct Backplane : std::enable_shared_from_this<Backplane> struct
857 Backplane(size_t busIn, size_t addressIn, size_t backplaneIndexIn, in Backplane() argument
982 timer.async_wait([weak{std::weak_ptr<Backplane>(shared_from_this())}]( in runTimer() argument
1202 std::cerr << "Backplane " << name in getInsertedAndRemovedNvmeDrives() argument
1211 std::cerr << "Couldn't get the NVMe Map for the backplane : " in getInsertedAndRemovedNvmeDrives()
1263 virtual ~Backplane() in ~Backplane() argument
1309 std::unordered_map<std::string, std::shared_ptr<Backplane>> backplanes; argument
1310 std::list<Drive> ownerlessDrives; // drives without a backplane
1453 /* Loop through each backplane present and get the list of inserted/removed in scanHsbpDrives()
1455 for (auto& [name, backplane] : backplanes) in scanHsbpDrives()
1457 backplane->getInsertedAndRemovedNvmeDrives(nvmeDrivesInserted, in scanHsbpDrives()
1537 for (const auto& [key, backplane] : backplanes) in getDriveCount()
1539 count += backplane->drives.size(); in getDriveCount()
1705 Backplane* parent = nullptr; in updateAssets()
1706 for (auto& [name, backplane] : backplanes) in updateAssets()
1709 for (const Mux& mux : *(backplane->muxes)) in updateAssets()
1713 parent = backplane.get(); in updateAssets()
1720 /* Found the backplane. No need to proceed in updateAssets()
1871 * componentsLoaded so that on backplane match event, the in populateHsbpBackplanes()
1936 const auto& [backplane, status] = backplanes.emplace( in populateHsbpBackplanes()
1937 *name, std::make_shared<Backplane>( in populateHsbpBackplanes()
1939 backplane->second->run(parentPath, owner); in populateHsbpBackplanes()
1940 populateMuxes(backplane->second->muxes, parentPath); in populateHsbpBackplanes()
1976 std::cerr << __FUNCTION__ << ": Queuing the Backplane Scan \n"; in setUpBackplanesAndDrives()
2067 * addition/removal of HSBP backplane. At this stage, all in setupBackplanesAndDrivesMatch()
2079 << ": Discarding Backplane match\n"; in setupBackplanesAndDrivesMatch()