Searched refs:nvme_id_ctrl (Results 1 – 3 of 3) sorted by relevance
111 ALLOC_CACHE_ALIGN_BUFFER(char, buf_ctrl, sizeof(struct nvme_id_ctrl)); in nvme_print_info()112 struct nvme_id_ctrl *ctrl = (struct nvme_id_ctrl *)buf_ctrl; in nvme_print_info()
434 int length = sizeof(struct nvme_id_ctrl); in nvme_identify()455 dma_addr + sizeof(struct nvme_id_ctrl)); in nvme_identify()575 ALLOC_CACHE_ALIGN_BUFFER(char, buf, sizeof(struct nvme_id_ctrl)); in nvme_get_info_from_identify()576 struct nvme_id_ctrl *ctrl = (struct nvme_id_ctrl *)buf; in nvme_get_info_from_identify()
35 struct nvme_id_ctrl { struct