Lines Matching defs:nvmf_ctrl_options
114 struct nvmf_ctrl_options { struct
115 unsigned mask;
116 int max_reconnects;
117 char *transport;
118 char *subsysnqn;
119 char *traddr;
120 char *trsvcid;
121 char *host_traddr;
122 char *host_iface;
123 size_t queue_size;
124 unsigned int nr_io_queues;
125 unsigned int reconnect_delay;
126 bool discovery_nqn;
127 bool duplicate_connect;
128 unsigned int kato;
129 struct nvmf_host *host;
130 char *dhchap_secret;
131 char *dhchap_ctrl_secret;
132 struct key *keyring;
133 struct key *tls_key;
134 bool tls;
135 bool concat;
136 bool disable_sqflow;
137 bool hdr_digest;
138 bool data_digest;
139 unsigned int nr_write_queues;
140 unsigned int nr_poll_queues;
141 int tos;
142 int fast_io_fail_tmo;