Searched refs:nvme_id_ctrl (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/nvme/target/ |
| H A D | passthru.c | 94 struct nvme_id_ctrl *id; in nvmet_passthru_override_id_ctrl() 177 status = nvmet_copy_to_sgl(req, 0, id, sizeof(struct nvme_id_ctrl)); in nvmet_passthru_override_id_ctrl()
|
| H A D | admin-cmd.c | 654 struct nvme_id_ctrl *id; in nvmet_execute_identify_ctrl()
|
| /linux/drivers/nvme/host/ |
| H A D | core.c | 1493 static int nvme_identify_ctrl(struct nvme_ctrl *dev, struct nvme_id_ctrl **id) in nvme_identify_ctrl() 1502 *id = kmalloc_obj(struct nvme_id_ctrl); in nvme_identify_ctrl() 1507 sizeof(struct nvme_id_ctrl)); in nvme_identify_ctrl() 3156 static bool quirk_matches(const struct nvme_id_ctrl *id, in quirk_matches() 3165 struct nvme_id_ctrl *id) in nvme_init_subnqn() 3270 struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_validate_cntlid() 3301 static int nvme_init_subsystem(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_init_subsystem() 3552 static int nvme_init_effects(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_init_effects() 3575 static int nvme_check_ctrl_fabric_info(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_check_ctrl_fabric_info() 3620 struct nvme_id_ctrl *id; in nvme_init_identify() [all …]
|
| H A D | nvme.h | 1071 int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id); 1161 struct nvme_id_ctrl *id) in nvme_mpath_init_identify()
|
| H A D | multipath.c | 1443 int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_mpath_init_identify()
|
| /linux/include/linux/ |
| H A D | nvme.h | 309 struct nvme_id_ctrl { struct
|