Home
last modified time | relevance | path

Searched refs:SG_NVME_BROADCAST_NSID (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_nvme.h154 #define SG_NVME_BROADCAST_NSID 0xffffffff /* all namespaces */ macro
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c464 (ptp->nvme_nsid < SG_NVME_BROADCAST_NSID)) { in sntl_inq()
627 cmd.nsid = SG_NVME_BROADCAST_NSID; in sntl_tur()
676 cmd.nsid = SG_NVME_BROADCAST_NSID; in sntl_req_sense()
Dsg_pt_linux.c227 if (SG_NVME_BROADCAST_NSID == nsid) { /* means ioctl error */ in check_file_type()