Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme_show.c112 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()
H 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()
614 struct nvme_id_ctrl *ctrl; in nvme_get_info_from_identify()
618 ctrl = memalign(dev->page_size, sizeof(struct nvme_id_ctrl)); in nvme_get_info_from_identify()
H A Dnvme.h36 struct nvme_id_ctrl { struct
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dpassthru.c28 struct nvme_id_ctrl *id; in nvmet_passthru_override_id_ctrl()
111 status = nvmet_copy_to_sgl(req, 0, id, sizeof(struct nvme_id_ctrl)); in nvmet_passthru_override_id_ctrl()
H A Ddiscovery.c245 struct nvme_id_ctrl *id; in nvmet_execute_disc_identify()
H A Dadmin-cmd.c322 static void nvmet_id_set_model_number(struct nvme_id_ctrl *id, in nvmet_id_set_model_number()
339 struct nvme_id_ctrl *id; in nvmet_execute_identify_ctrl()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dnvme.h734 int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id);
816 struct nvme_id_ctrl *id) in nvme_mpath_init_identify()
H A Dcore.c1259 static int nvme_identify_ctrl(struct nvme_ctrl *dev, struct nvme_id_ctrl **id) in nvme_identify_ctrl()
1268 *id = kmalloc(sizeof(struct nvme_id_ctrl), GFP_KERNEL); in nvme_identify_ctrl()
1273 sizeof(struct nvme_id_ctrl)); in nvme_identify_ctrl()
2757 static bool quirk_matches(const struct nvme_id_ctrl *id, in quirk_matches()
2766 struct nvme_id_ctrl *id) in nvme_init_subnqn()
2906 struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_validate_cntlid()
2935 static int nvme_init_subsystem(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_init_subsystem()
3061 struct nvme_id_ctrl *id; in nvme_init_identify()
4190 struct nvme_id_ctrl *id; in nvme_scan_ns_sequential()
4768 BUILD_BUG_ON(sizeof(struct nvme_id_ctrl) != NVME_IDENTIFY_DATA_SIZE); in _nvme_check_size()
H A Dmultipath.c741 int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_mpath_init_identify()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h231 struct nvme_id_ctrl { struct