Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/target/
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()
Ddiscovery.c243 struct nvme_id_ctrl *id; in nvmet_execute_disc_identify()
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()
/Linux-v5.10/drivers/nvme/host/
Dnvme.h655 int nvme_mpath_init(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id);
732 struct nvme_id_ctrl *id) in nvme_mpath_init()
Dcore.c1209 static int nvme_identify_ctrl(struct nvme_ctrl *dev, struct nvme_id_ctrl **id) in nvme_identify_ctrl()
1218 *id = kmalloc(sizeof(struct nvme_id_ctrl), GFP_KERNEL); in nvme_identify_ctrl()
1223 sizeof(struct nvme_id_ctrl)); in nvme_identify_ctrl()
2662 static bool quirk_matches(const struct nvme_id_ctrl *id, in quirk_matches()
2671 struct nvme_id_ctrl *id) in nvme_init_subnqn()
2806 struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_validate_cntlid()
2835 static int nvme_init_subsystem(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_init_subsystem()
2962 struct nvme_id_ctrl *id; in nvme_init_identify()
4067 struct nvme_id_ctrl *id; in nvme_scan_ns_sequential()
4637 BUILD_BUG_ON(sizeof(struct nvme_id_ctrl) != NVME_IDENTIFY_DATA_SIZE); in _nvme_check_size()
Dmultipath.c703 int nvme_mpath_init(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_mpath_init()
/Linux-v5.10/include/linux/
Dnvme.h225 struct nvme_id_ctrl { struct