HomeSort by relevance Sort by last modified time
    Searched refs:nvme_id_ctlp (Results 1 - 3 of 3) sorted by null

  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_pt_linux.h 117 uint8_t * nvme_id_ctlp; /* cached response to controller IDENTIFY */ member in struct:sg_pt_linux_scsi
  /external/f2fs-tools/tools/sg_write_buffer/
sg_pt_linux_nvme.c 395 ptp->nvme_id_ctlp = up;
403 cmd.addr = (uint64_t)(sg_uintptr_t)ptp->nvme_id_ctlp;
431 if (NULL == ptp->nvme_id_ctlp) {
459 memcpy(inq_dout + 4, ptp->nvme_id_ctlp + 4, 20); /* SN */
485 n = sg_make_vpd_devid_for_nvme(ptp->nvme_id_ctlp, nvme_id_ns,
516 ptp->nvme_id_ctlp, n - 16);
529 memcpy(inq_dout + 16, ptp->nvme_id_ctlp + 24, 16); /* Prod <-- MN */
530 memcpy(inq_dout + 32, ptp->nvme_id_ctlp + 64, 4); /* Rev <-- FR */
557 if (NULL == ptp->nvme_id_ctlp) {
565 max_nsid = sg_get_unaligned_le32(ptp->nvme_id_ctlp + 516)
    [all...]
sg_pt_linux.c 439 ptp->nvme_id_ctlp = NULL;

Completed in 161 milliseconds