nvm_ret

nvm_ret

struct nvm_ret

Encapsulation and representation of lower-level error conditions.

Public Members

uint64_t cs

NVM completion status (CS)

struct nvm_ret::@0::@1 vio

Vector I/O result.

uint32_t cdw0

NVMe command specific result.

union nvm_ret::@0 result
uint16_t status

NVMe command status.

struct nvm_async_cmd_ctx async

ASYNC command context.

nvm_ret_pr

void nvm_ret_pr(const struct nvm_ret * ret)

Prints a humanly readable representation the given struct nvm_ret

Parameters
  • ret: Pointer to the struct nvm_ret to print