Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/nvme/target/
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()
Ddiscovery.c251 struct nvme_id_ctrl *id; in nvmet_execute_disc_identify()
Dadmin-cmd.c354 struct nvme_id_ctrl *id; in nvmet_execute_identify_ctrl()
/Linux-v6.6/drivers/nvme/host/
Dcore.c1319 static int nvme_identify_ctrl(struct nvme_ctrl *dev, struct nvme_id_ctrl **id) in nvme_identify_ctrl()
1328 *id = kmalloc(sizeof(struct nvme_id_ctrl), GFP_KERNEL); in nvme_identify_ctrl()
1333 sizeof(struct nvme_id_ctrl)); in nvme_identify_ctrl()
2613 static bool quirk_matches(const struct nvme_id_ctrl *id, in quirk_matches()
2622 struct nvme_id_ctrl *id) in nvme_init_subnqn()
2716 struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_validate_cntlid()
2746 static int nvme_init_subsystem(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_init_subsystem()
2975 static int nvme_init_effects(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_init_effects()
3001 struct nvme_id_ctrl *id; in nvme_init_identify()
3851 struct nvme_id_ctrl *id; in nvme_scan_ns_sequential()
[all …]
Dnvme.h892 int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id);
960 struct nvme_id_ctrl *id) in nvme_mpath_init_identify()
Dmultipath.c908 int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_mpath_init_identify()
/Linux-v6.6/include/linux/
Dnvme.h271 struct nvme_id_ctrl { struct