Lines Matching defs:OPT
285 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc }
286 OPT("transport", 't', arg_string, opt, transport,
288 OPT("nr-io-queues", 'i', arg_uint16, opt, num_io_queues,
290 OPT("queue-size", 'Q', arg_uint16, opt, queue_size,
292 OPT("keep-alive-tmo", 'k', arg_uint32, opt, kato,
294 OPT("hostnqn", 'q', arg_string, opt, hostnqn,
296 OPT("flow_control", 'F', arg_none, opt, flow_control,
298 OPT("hdr_digests", 'g', arg_none, opt, header_digests,
300 OPT("data_digests", 'G', arg_none, opt, data_digests,
304 #undef OPT