Home
last modified time | relevance | path

Searched refs:nvr_output (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_vuc.c401 const void *alt_buf = in ? req->nvr_output : req->nvr_input; in nvme_vuc_req_data_validate()
458 req->nvr_output = buf; in nvme_vuc_req_set_output()
466 req->nvr_output = NULL; in nvme_vuc_req_clear_output()
532 } else if (req->nvr_output != NULL) { in nvme_vuc_req_exec()
534 pass.npc_buf = (uintptr_t)req->nvr_output; in nvme_vuc_req_exec()
H A Dlibnvme_impl.h341 void *nvr_output; member