NAME

struct nvmf_connect_data - Data payload for the 'connect' command

SYNOPSIS

struct nvmf_connect_data {
 
__u8 hostid[16];
 
__le16 cntlid;
 
char rsvd4[238];
 
char subsysnqn[NVME_NQN_LENGTH];
 
char hostnqn[NVME_NQN_LENGTH];
 
char rsvd5[256];
 
};
 
 

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

Questions & Answers

Helpful answers and articles about nvmf_connect_data you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search