logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

struct nvmf_connect_data - Data payload for the 'connect' command

Members

hostid Host ID of the connecting host cntlid Requested controller ID rsvd4 Reserved subsysnqn Subsystem NQN to connect to hostnqn Host NQN of the connecting host rsvd5 Reserved May 2025 struct nvmf_connect_data libnvme(2)

Name

struct nvmf_connect_data - Data payload for the 'connect' command

Synopsis

struct nvmf_connect_data { __u8hostid[16];__le16cntlid;charrsvd4[238];charsubsysnqn[NVME_NQN_LENGTH];charhostnqn[NVME_NQN_LENGTH];charrsvd5[256]; };

See Also