Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

struct nvme_secondary_ctrl - Secondary Controller Entry

SYNOPSIS

struct nvme_secondary_ctrl {
__le16 scid;
__le16 pcid;
__u8 scs;
__u8 rsvd5[3];
__le16 vfn;
__le16 nvq;
__le16 nvi;
__u8 rsvd14[18];
};

Members

Secondary Controller Identifier
Primary Controller Identifier
Secondary Controller State
Reserved
Virtual Function Number
Number of VQ Flexible Resources Assigned
Number of VI Flexible Resources Assigned
Reserved
struct nvme_secondary_ctrl February 2024