libnvme(9) API Manual libnvme(9) NAME struct libnvme_passthru_completion - Async passthru completion record SYNOPSIS struct libnvme_passthru_completion { struct libnvme_passthru_cmd *cmd; void *cookie; int status; }; Members cmd Command that completed cookie User cookie provided to libnvme_submit_*_passthru status Completion status (NVMe status or negative errno) Description Used for both admin and IO passthru command completions. September 2026 struct libnvme_passthru_completion libnvme(9)