Identifies an NVMe controller path for spdk_bdev_nvme_delete(). More...
#include <nvme.h>
Data Fields | |
| struct spdk_nvme_transport_id | trid |
| struct spdk_nvme_host_id | hostid |
Identifies an NVMe controller path for spdk_bdev_nvme_delete().
Callers construct this structure to select which controller, and optionally which specific path, an operation applies to. It is matched against the paths tracked internally by the bdev nvme module using a "match any" model, where an unset (zeroed) field matches any value.
The structure MUST be fully zero-initialized before any field is populated,