Lines Matching defs:OPT
251 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc }
252 OPT("transport", 't', arg_string, opt, transport,
254 OPT("cntlid", 'c', arg_string, opt, cntlid,
256 OPT("nr-io-queues", 'i', arg_uint16, opt, num_io_queues,
258 OPT("queue-size", 'Q', arg_uint16, opt, queue_size,
260 OPT("keep-alive-tmo", 'k', arg_uint32, opt, kato,
262 OPT("hostnqn", 'q', arg_string, opt, hostnqn,
264 OPT("flow_control", 'F', arg_none, opt, flow_control,
266 OPT("hdr_digests", 'g', arg_none, opt, header_digests,
268 OPT("data_digests", 'G', arg_none, opt, data_digests,
272 #undef OPT