Searched refs:nvme_id_ctrl (Results 1 – 3 of 3) sorted by relevance
112 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()
458 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()
36 struct nvme_id_ctrl { struct