nvme_id_ctrl     1035 drivers/nvme/host/core.c static int nvme_identify_ctrl(struct nvme_ctrl *dev, struct nvme_id_ctrl **id)
nvme_id_ctrl     1044 drivers/nvme/host/core.c 	*id = kmalloc(sizeof(struct nvme_id_ctrl), GFP_KERNEL);
nvme_id_ctrl     1049 drivers/nvme/host/core.c 			sizeof(struct nvme_id_ctrl));
nvme_id_ctrl     2450 drivers/nvme/host/core.c static bool quirk_matches(const struct nvme_id_ctrl *id,
nvme_id_ctrl     2459 drivers/nvme/host/core.c 		struct nvme_id_ctrl *id)
nvme_id_ctrl     2594 drivers/nvme/host/core.c 		struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id)
nvme_id_ctrl     2624 drivers/nvme/host/core.c static int nvme_init_subsystem(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id)
nvme_id_ctrl     2743 drivers/nvme/host/core.c 	struct nvme_id_ctrl *id;
nvme_id_ctrl     3726 drivers/nvme/host/core.c 	struct nvme_id_ctrl *id;
nvme_id_ctrl     4231 drivers/nvme/host/core.c 	BUILD_BUG_ON(sizeof(struct nvme_id_ctrl) != NVME_IDENTIFY_DATA_SIZE);
nvme_id_ctrl      685 drivers/nvme/host/multipath.c int nvme_mpath_init(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id)
nvme_id_ctrl      529 drivers/nvme/host/nvme.h int nvme_mpath_init(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id);
nvme_id_ctrl      606 drivers/nvme/host/nvme.h 		struct nvme_id_ctrl *id)
nvme_id_ctrl      288 drivers/nvme/target/admin-cmd.c 	struct nvme_id_ctrl *id;
nvme_id_ctrl      233 drivers/nvme/target/discovery.c 	struct nvme_id_ctrl *id;