Searched refs:NVMeContext (Results 1 – 4 of 4) sorted by relevance
11 class NVMeContext : public std::enable_shared_from_this<NVMeContext> class14 NVMeContext(boost::asio::io_context& io, int rootBus) : in NVMeContext() function in NVMeContext24 virtual ~NVMeContext() in ~NVMeContext()107 using NVMEMap = boost::container::flat_map<int, std::shared_ptr<NVMeContext>>;
133 static std::shared_ptr<NVMeContext> provideRootBusContext( in provideRootBusContext()142 std::shared_ptr<NVMeContext> context = in provideRootBusContext()198 std::shared_ptr<NVMeContext> context = in handleSensorConfigurations()
10 class NVMeBasicContext : public NVMeContext
208 NVMeContext::NVMeContext(io, rootBus), io(io), reqStream(io), respStream(io) in NVMeBasicContext()