Home
last modified time | relevance | path

Searched refs:DeviceManager (Results 1 – 9 of 9) sorted by relevance

/spdk/test/sma/plugins/plugin1/
H A D__init__.py5 from spdk.sma import DeviceManager
27 class TestDeviceManager1(DeviceManager):
36 class TestDeviceManager2(DeviceManager):
/spdk/test/sma/plugins/plugin2/
H A D__init__.py5 from spdk.sma import DeviceManager
27 class TestDeviceManager1(DeviceManager):
36 class TestDeviceManager2(DeviceManager):
/spdk/python/spdk/sma/device/
H A D__init__.py6 from .device import DeviceManager
H A Ddevice.py14 class DeviceManager: class
H A Dnvmf_tcp.py10 from .device import DeviceManager, DeviceException
17 class NvmfTcpDeviceManager(DeviceManager):
H A Dvhost_blk.py18 from .device import DeviceException, DeviceManager
21 class VhostBlkDeviceManager(DeviceManager):
H A Dnvmf_vfiouser.py20 from .device import DeviceException, DeviceManager
25 class NvmfVfioDeviceManager(DeviceManager):
/spdk/python/spdk/sma/
H A D__init__.py13 from .device import DeviceManager # noqa
/spdk/doc/
H A Dsma.md172 of classes deriving from `spdk.sma.DeviceManager`. This base class define the
173 interface each device needs to implement. Additionally, each DeviceManager
178 (e.g. "nvme", "virtio_blk", etc.), as it'll be used to select the DeviceManager
179 to handle a gRPC request. Finally, a DeviceManager needs to implement the
181 device handle is owned by that DeviceManager.