Home
last modified time | relevance | path

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

/u-boot/drivers/nvme/
A Dnvme_show.c109 struct nvme_id_ctrl *ctrl; in nvme_print_info()
113 ctrl = memalign(dev->page_size, sizeof(struct nvme_id_ctrl)); in nvme_print_info()
A Dnvme.c456 int length = sizeof(struct nvme_id_ctrl); in nvme_identify()
475 dma_addr + sizeof(struct nvme_id_ctrl)); in nvme_identify()
480 dma_addr + sizeof(struct nvme_id_ctrl)); in nvme_identify()
615 struct nvme_id_ctrl *ctrl; in nvme_get_info_from_identify()
619 ctrl = memalign(dev->page_size, sizeof(struct nvme_id_ctrl)); in nvme_get_info_from_identify()
A Dnvme.h35 struct nvme_id_ctrl { struct

Completed in 15 milliseconds