Searched refs:nvme_id_ctrl (Results 1 – 3 of 3) sorted by relevance
109 struct nvme_id_ctrl *ctrl; in nvme_print_info()113 ctrl = memalign(dev->page_size, sizeof(struct nvme_id_ctrl)); in nvme_print_info()
456 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()
35 struct nvme_id_ctrl { struct
Completed in 15 milliseconds