Searched refs:nvme_id_ctrl (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/drivers/nvme/ |
H A D | nvme_show.c | 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()
|
H A D | nvme.c | 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()
|
H A D | nvme.h | 35 struct nvme_id_ctrl { struct
|
/openbmc/linux/drivers/nvme/target/ |
H A D | passthru.c | 85 struct nvme_id_ctrl *id; in nvmet_passthru_override_id_ctrl() 168 status = nvmet_copy_to_sgl(req, 0, id, sizeof(struct nvme_id_ctrl)); in nvmet_passthru_override_id_ctrl()
|
H A D | discovery.c | 251 struct nvme_id_ctrl *id; in nvmet_execute_disc_identify()
|
H A D | admin-cmd.c | 354 struct nvme_id_ctrl *id; in nvmet_execute_identify_ctrl()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | core.c | 1295 static int nvme_identify_ctrl(struct nvme_ctrl *dev, struct nvme_id_ctrl **id) in nvme_identify_ctrl() 1304 *id = kmalloc(sizeof(struct nvme_id_ctrl), GFP_KERNEL); in nvme_identify_ctrl() 1309 sizeof(struct nvme_id_ctrl)); in nvme_identify_ctrl() 2620 static bool quirk_matches(const struct nvme_id_ctrl *id, in quirk_matches() 2629 struct nvme_id_ctrl *id) in nvme_init_subnqn() 2723 struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_validate_cntlid() 2753 static int nvme_init_subsystem(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_init_subsystem() 3005 static int nvme_init_effects(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_init_effects() 3030 struct nvme_id_ctrl *id; in nvme_init_identify() 3895 struct nvme_id_ctrl *id; in nvme_scan_ns_sequential() [all …]
|
H A D | nvme.h | 946 int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id); 1014 struct nvme_id_ctrl *id) in nvme_mpath_init_identify()
|
H A D | multipath.c | 1045 int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_mpath_init_identify()
|
/openbmc/linux/include/linux/ |
H A D | nvme.h | 271 struct nvme_id_ctrl { struct
|