Home
last modified time | relevance | path

Searched refs:nvme_id_ns (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/nvme/
Dnvme_show.c64 static void print_formats(struct nvme_id_ns *id, struct nvme_ns *ns) in print_formats()
109 ALLOC_CACHE_ALIGN_BUFFER(char, buf_ns, sizeof(struct nvme_id_ns)); in nvme_print_info()
110 struct nvme_id_ns *id = (struct nvme_id_ns *)buf_ns; in nvme_print_info()
Dnvme.c641 ALLOC_CACHE_ALIGN_BUFFER(char, buf, sizeof(struct nvme_id_ns)); in nvme_blk_probe()
642 struct nvme_id_ns *id = (struct nvme_id_ns *)buf; in nvme_blk_probe()
Dnvme.h93 struct nvme_id_ns { struct
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c420 uint8_t * nvme_id_ns = NULL; in sntl_inq() local
465 nvme_id_ns = sg_memalign(pg_sz, pg_sz, &free_nvme_id_ns, in sntl_inq()
467 if (nvme_id_ns) { in sntl_inq()
474 cmd.addr = (uint64_t)(sg_uintptr_t)nvme_id_ns; in sntl_inq()
476 res = do_nvme_admin_cmd(ptp, &cmd, nvme_id_ns, true, in sntl_inq()
481 nvme_id_ns = NULL; in sntl_inq()
485 n = sg_make_vpd_devid_for_nvme(ptp->nvme_id_ctlp, nvme_id_ns, in sntl_inq()
493 nvme_id_ns = NULL; in sntl_inq()