Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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