Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c367 return SG_LIB_NVME_STATUS; /* == SCSI_PT_DO_NVME_STATUS */ in do_nvme_admin_cmd()
433 if (SG_LIB_NVME_STATUS == res) { in sntl_inq()
559 if (SG_LIB_NVME_STATUS == res) { in sntl_rluns()
619 if (SG_LIB_NVME_STATUS == res) { in sntl_tur()
632 if (SG_LIB_NVME_STATUS == res) { in sntl_tur()
666 if (SG_LIB_NVME_STATUS == res) { in sntl_req_sense()
681 if (SG_LIB_NVME_STATUS == res) { in sntl_req_sense()
760 if (SG_LIB_NVME_STATUS == res) { in sntl_senddiag()
823 if (SG_LIB_NVME_STATUS == res) { in sntl_senddiag()
879 if (SG_LIB_NVME_STATUS == res) { in sntl_recvdiag()
Dsg_lib.c1895 case SG_LIB_NVME_STATUS: /* 48 */ in sg_if_can2stderr()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h413 #define SG_LIB_NVME_STATUS 48 /* NVMe Status Field (SF) other than 0 */ macro