smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
Public Attributes | List of all members
nvme_pt_cmd Struct Reference

#include <openbsd_nvme_ioctl.h>

Collaboration diagram for nvme_pt_cmd:
Collaboration graph
[legend]

Public Attributes

struct bio pt_bio
 
uint8_t pt_opcode
 
uint32_t pt_nsid
 
uint32_t pt_cdw10
 
uint32_t pt_cdw11
 
uint32_t pt_cdw12
 
uint32_t pt_cdw13
 
uint32_t pt_cdw14
 
uint32_t pt_cdw15
 
caddr_t pt_status
 
uint32_t pt_statuslen
 
caddr_t pt_databuf
 
uint32_t pt_databuflen
 

Detailed Description

Definition at line 51 of file openbsd_nvme_ioctl.h.

Member Data Documentation

◆ pt_bio

struct bio nvme_pt_cmd::pt_bio

Definition at line 53 of file openbsd_nvme_ioctl.h.

◆ pt_cdw10

uint32_t nvme_pt_cmd::pt_cdw10

Definition at line 58 of file openbsd_nvme_ioctl.h.

◆ pt_cdw11

uint32_t nvme_pt_cmd::pt_cdw11

Definition at line 59 of file openbsd_nvme_ioctl.h.

◆ pt_cdw12

uint32_t nvme_pt_cmd::pt_cdw12

Definition at line 60 of file openbsd_nvme_ioctl.h.

◆ pt_cdw13

uint32_t nvme_pt_cmd::pt_cdw13

Definition at line 61 of file openbsd_nvme_ioctl.h.

◆ pt_cdw14

uint32_t nvme_pt_cmd::pt_cdw14

Definition at line 62 of file openbsd_nvme_ioctl.h.

◆ pt_cdw15

uint32_t nvme_pt_cmd::pt_cdw15

Definition at line 63 of file openbsd_nvme_ioctl.h.

◆ pt_databuf

caddr_t nvme_pt_cmd::pt_databuf

Definition at line 68 of file openbsd_nvme_ioctl.h.

◆ pt_databuflen

uint32_t nvme_pt_cmd::pt_databuflen

Definition at line 69 of file openbsd_nvme_ioctl.h.

◆ pt_nsid

uint32_t nvme_pt_cmd::pt_nsid

Definition at line 57 of file openbsd_nvme_ioctl.h.

◆ pt_opcode

uint8_t nvme_pt_cmd::pt_opcode

Definition at line 56 of file openbsd_nvme_ioctl.h.

◆ pt_status

caddr_t nvme_pt_cmd::pt_status

Definition at line 65 of file openbsd_nvme_ioctl.h.

◆ pt_statuslen

uint32_t nvme_pt_cmd::pt_statuslen

Definition at line 66 of file openbsd_nvme_ioctl.h.


The documentation for this struct was generated from the following file: