Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c395 ptp->nvme_id_ctlp = up; in sntl_cache_identity()
403 cmd.addr = (uint64_t)(sg_uintptr_t)ptp->nvme_id_ctlp; in sntl_cache_identity()
431 if (NULL == ptp->nvme_id_ctlp) { in sntl_inq()
459 memcpy(inq_dout + 4, ptp->nvme_id_ctlp + 4, 20); /* SN */ in sntl_inq()
485 n = sg_make_vpd_devid_for_nvme(ptp->nvme_id_ctlp, nvme_id_ns, in sntl_inq()
516 ptp->nvme_id_ctlp, n - 16); in sntl_inq()
529 memcpy(inq_dout + 16, ptp->nvme_id_ctlp + 24, 16); /* Prod <-- MN */ in sntl_inq()
530 memcpy(inq_dout + 32, ptp->nvme_id_ctlp + 64, 4); /* Rev <-- FR */ in sntl_inq()
557 if (NULL == ptp->nvme_id_ctlp) { in sntl_rluns()
565 max_nsid = sg_get_unaligned_le32(ptp->nvme_id_ctlp + 516); in sntl_rluns()
[all …]
Dsg_pt_linux.c439 ptp->nvme_id_ctlp = NULL; in destruct_scsi_pt_obj()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_linux.h117 uint8_t * nvme_id_ctlp; /* cached response to controller IDENTIFY */ member