Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

struct nvme_id_independent_id_ns - Identify - I/O Command Set Independent Identify Namespace Data Structure

SYNOPSIS

struct nvme_id_independent_id_ns {
__u8 nsfeat;
__u8 nmic;
__u8 rescap;
__u8 fpi;
__le32 anagrpid;
__u8 nsattr;
__u8 rsvd9;
__le16 nvmsetid;
__le16 endgid;
__u8 nstat;
__u8 rsvd15[4081];
};

Members

common namespace features
Namespace Multi-path I/O and Namespace Sharing Capabilities
Reservation Capabilities
Format Progress Indicator
ANA Group Identifier
Namespace Attributes
reserved
NVM Set Identifier
Endurance Group Identifier
Namespace Status
reserved
struct nvme_id_independent_id_ns February 2024