Searched refs:nvme_id_ctrl (Results 1 – 3 of 3) sorted by relevance
108 struct nvme_id_ctrl *ctrl; in nvme_print_info()112 ctrl = memalign(dev->page_size, sizeof(struct nvme_id_ctrl)); in nvme_print_info()
455 int length = sizeof(struct nvme_id_ctrl); in nvme_identify()474 dma_addr + sizeof(struct nvme_id_ctrl)); in nvme_identify()479 dma_addr + sizeof(struct nvme_id_ctrl)); in nvme_identify()623 struct nvme_id_ctrl *ctrl; in nvme_get_info_from_identify()627 ctrl = memalign(dev->page_size, sizeof(struct nvme_id_ctrl)); in nvme_get_info_from_identify()
35 struct nvme_id_ctrl { struct
Completed in 14 milliseconds