table of contents
| 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¶
Description¶
Used for both admin and IO passthru command completions.
| struct libnvme_passthru_completion | July 2026 |