Lines Matching defs:ext_opts
117 struct spdk_nvme_ns_cmd_ext_io_opts ext_opts;
8321 bio->ext_opts.size = SPDK_SIZEOF(&bio->ext_opts, accel_sequence);
8322 bio->ext_opts.memory_domain = domain;
8323 bio->ext_opts.memory_domain_ctx = domain_ctx;
8324 bio->ext_opts.io_flags = flags;
8325 bio->ext_opts.metadata = md;
8326 bio->ext_opts.accel_sequence = seq;
8330 bio, &bio->ext_opts);
8336 &bio->ext_opts);
8375 bio->ext_opts.size = SPDK_SIZEOF(&bio->ext_opts, accel_sequence);
8376 bio->ext_opts.memory_domain = domain;
8377 bio->ext_opts.memory_domain_ctx = domain_ctx;
8378 bio->ext_opts.io_flags = flags | SPDK_NVME_IO_FLAGS_DIRECTIVE(cdw12.write.dtype);
8379 bio->ext_opts.cdw13 = cdw13.raw;
8380 bio->ext_opts.metadata = md;
8381 bio->ext_opts.accel_sequence = seq;
8385 bio, &bio->ext_opts);
8391 &bio->ext_opts);