Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme_show.c112 ALLOC_CACHE_ALIGN_BUFFER(char, buf_ctrl, sizeof(struct nvme_id_ctrl)); in nvme_print_info()
113 struct nvme_id_ctrl *ctrl = (struct nvme_id_ctrl *)buf_ctrl; in nvme_print_info()
H A Dnvme.c458 int length = sizeof(struct nvme_id_ctrl); in nvme_identify()
477 dma_addr + sizeof(struct nvme_id_ctrl)); in nvme_identify()
482 dma_addr + sizeof(struct nvme_id_ctrl)); in nvme_identify()
617 struct nvme_id_ctrl *ctrl; in nvme_get_info_from_identify()
621 ctrl = memalign(dev->page_size, sizeof(struct nvme_id_ctrl)); in nvme_get_info_from_identify()
H A Dnvme.h36 struct nvme_id_ctrl { struct