Loading...
Searching...
No Matches
spdk_bdev_nvme_path_id Struct Reference

Identifies an NVMe controller path for spdk_bdev_nvme_delete(). More...

#include <nvme.h>

Collaboration diagram for spdk_bdev_nvme_path_id:
[legend]

Data Fields

struct spdk_nvme_transport_id trid
 
struct spdk_nvme_host_id hostid
 

Detailed Description

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,


The documentation for this struct was generated from the following file: