Scroll to navigation

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

Command that completed
User cookie provided to libnvme_submit_*_passthru
Completion status (NVMe status or negative errno)

Description

Used for both admin and IO passthru command completions.

struct libnvme_passthru_completion July 2026