Home
last modified time | relevance | path

Searched defs:sg_pt_linux_scsi (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sg3_utils/include/
H A Dsg_pt_linux.h115 struct sg_pt_linux_scsi { struct
116 struct sg_io_v4 io_hdr; /* use v4 header as it is more general */
118 bool is_sg;
119 bool is_bsg;
120 bool is_nvme; /* OS device type, if false ignore nvme_our_sntl */
121 bool nvme_our_sntl; /* true: our SNTL; false: received NVMe command */
122 bool nvme_stat_dnr; /* Do No Retry, part of completion status field */
123 bool nvme_stat_more; /* More, part of completion status field */
147 struct sg_pt_linux_scsi impl; argument