Home
last modified time | relevance | path

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

/drivers/nvme/
A Dnvme_show.c108 struct nvme_id_ctrl *ctrl; in nvme_print_info()
112 ctrl = memalign(dev->page_size, sizeof(struct nvme_id_ctrl)); in nvme_print_info()
A Dnvme.c455 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()
A Dnvme.h35 struct nvme_id_ctrl { struct

Completed in 14 milliseconds