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

/linux-master/drivers/nvme/target/
H A Dpassthru.c85 struct nvme_id_ctrl *id;
168 status = nvmet_copy_to_sgl(req, 0, id, sizeof(struct nvme_id_ctrl));
H A Ddiscovery.c251 struct nvme_id_ctrl *id;
H A Dadmin-cmd.c354 struct nvme_id_ctrl *id;
/linux-master/drivers/nvme/host/
H A Dcore.c1395 static int nvme_identify_ctrl(struct nvme_ctrl *dev, struct nvme_id_ctrl **id)
1404 *id = kmalloc(sizeof(struct nvme_id_ctrl), GFP_KERNEL);
1409 sizeof(struct nvme_id_ctrl));
2750 static bool quirk_matches(const struct nvme_id_ctrl *id,
2759 struct nvme_id_ctrl *id)
2853 struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id)
2883 static int nvme_init_subsystem(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id)
3103 static int nvme_init_effects(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id)
3127 static int nvme_check_ctrl_fabric_info(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id)
3171 struct nvme_id_ctrl *i
[all...]
H A Dnvme.h927 int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id);
999 struct nvme_id_ctrl *id)
H A Dmultipath.c910 int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id)
/linux-master/include/linux/
H A Dnvme.h275 struct nvme_id_ctrl { struct

Completed in 366 milliseconds