Lines Matching refs:OPT
255 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
256 OPT("transport", 't', arg_string, opt, transport,
258 OPT("cntlid", 'c', arg_string, opt, cntlid,
260 OPT("nr-io-queues", 'i', arg_uint16, opt, num_io_queues,
262 OPT("queue-size", 'Q', arg_uint16, opt, queue_size,
264 OPT("keep-alive-tmo", 'k', arg_uint32, opt, kato,
266 OPT("reconnect-delay", 'r', arg_uint32, opt, reconnect_delay,
269 OPT("ctrl-loss-tmo", 'l', arg_uint32, opt, controller_loss_timeout,
271 OPT("hostnqn", 'q', arg_string, opt, hostnqn,
273 OPT("flow_control", 'F', arg_none, opt, flow_control,
275 OPT("hdr_digests", 'g', arg_none, opt, header_digests,
277 OPT("data_digests", 'G', arg_none, opt, data_digests,
281 #undef OPT