Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dpassthru.c85 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 Ddiscovery.c254 struct nvme_id_ctrl *id; in nvmet_execute_disc_identify()
H A Dadmin-cmd.c652 struct nvme_id_ctrl *id; in nvmet_execute_identify_ctrl()
/linux/drivers/nvme/host/
H A Dcore.c1463 static int nvme_identify_ctrl(struct nvme_ctrl *dev, struct nvme_id_ctrl **id) in nvme_identify_ctrl()
1472 *id = kmalloc_obj(struct nvme_id_ctrl); in nvme_identify_ctrl()
1477 sizeof(struct nvme_id_ctrl)); in nvme_identify_ctrl()
3059 static bool quirk_matches(const struct nvme_id_ctrl *id, in quirk_matches()
3068 struct nvme_id_ctrl *id) in nvme_init_subnqn()
3172 struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_validate_cntlid()
3202 static int nvme_init_subsystem(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_init_subsystem()
3452 static int nvme_init_effects(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_init_effects()
3475 static int nvme_check_ctrl_fabric_info(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_check_ctrl_fabric_info()
3520 struct nvme_id_ctrl *id; in nvme_init_identify()
[all …]
H A Dnvme.h1032 int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id);
1119 struct nvme_id_ctrl *id) in nvme_mpath_init_identify()
H A Dmultipath.c1348 int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_mpath_init_identify()
/linux/include/linux/
H A Dnvme.h309 struct nvme_id_ctrl { struct