Lines Matching defs:nvme_pt_cmd
28 struct nvme_pt_cmd { struct
30 struct bio pt_bio;
33 uint8_t pt_opcode;
34 uint32_t pt_nsid;
35 uint32_t pt_cdw10;
36 uint32_t pt_cdw11;
37 uint32_t pt_cdw12;
38 uint32_t pt_cdw13;
39 uint32_t pt_cdw14;
40 uint32_t pt_cdw15;
42 caddr_t pt_status;
43 uint32_t pt_statuslen;
45 caddr_t pt_databuf; /* User space address. */
46 uint32_t pt_databuflen; /* Length of buffer. */