Searched refs:NVMeContext (Results 1 – 5 of 5) sorted by relevance
17 class NVMeContext : public std::enable_shared_from_this<NVMeContext> class20 NVMeContext(boost::asio::io_context& io, int rootBus) : in NVMeContext() function in NVMeContext30 virtual ~NVMeContext() in ~NVMeContext()113 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()
13 class NVMeBasicContext : public NVMeContext
208 NVMeContext::NVMeContext(io, rootBus), io(io), reqStream(io), respStream(io) in NVMeBasicContext()
[all...]