Home
last modified time | relevance | path

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

/u-boot/drivers/nvme/
A 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()
A Dnvme.c703 struct nvme_id_ns *id; in nvme_blk_probe()
705 id = memalign(ndev->page_size, sizeof(struct nvme_id_ns)); in nvme_blk_probe()
A Dnvme.h93 struct nvme_id_ns { struct

Completed in 9 milliseconds