Home
last modified time | relevance | path

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

/external/u-boot/drivers/nvme/
Dnvme_show.c111 ALLOC_CACHE_ALIGN_BUFFER(char, buf_ctrl, sizeof(struct nvme_id_ctrl)); in nvme_print_info()
112 struct nvme_id_ctrl *ctrl = (struct nvme_id_ctrl *)buf_ctrl; in nvme_print_info()
Dnvme.c434 int length = sizeof(struct nvme_id_ctrl); in nvme_identify()
455 dma_addr + sizeof(struct nvme_id_ctrl)); in nvme_identify()
575 ALLOC_CACHE_ALIGN_BUFFER(char, buf, sizeof(struct nvme_id_ctrl)); in nvme_get_info_from_identify()
576 struct nvme_id_ctrl *ctrl = (struct nvme_id_ctrl *)buf; in nvme_get_info_from_identify()
Dnvme.h35 struct nvme_id_ctrl { struct