Searched defs:sg_pt_linux_scsi (Results 1 – 1 of 1) sorted by relevance
115 struct sg_pt_linux_scsi { struct116 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