Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/host/
Dnvme.h474 int nvme_mpath_init(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id);
538 struct nvme_id_ctrl *id) in nvme_mpath_init()
Dcore.c894 static int nvme_identify_ctrl(struct nvme_ctrl *dev, struct nvme_id_ctrl **id) in nvme_identify_ctrl()
903 *id = kmalloc(sizeof(struct nvme_id_ctrl), GFP_KERNEL); in nvme_identify_ctrl()
908 sizeof(struct nvme_id_ctrl)); in nvme_identify_ctrl()
2063 static bool quirk_matches(const struct nvme_id_ctrl *id, in quirk_matches()
2072 struct nvme_id_ctrl *id) in nvme_init_subnqn()
2207 static int nvme_init_subsystem(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_init_subsystem()
2335 struct nvme_id_ctrl *id; in nvme_init_identify()
3269 struct nvme_id_ctrl *id; in nvme_scan_work()
Dmultipath.c510 int nvme_mpath_init(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_mpath_init()
Dpci.c214 BUILD_BUG_ON(sizeof(struct nvme_id_ctrl) != NVME_IDENTIFY_DATA_SIZE); in _nvme_check_size()
/Linux-v4.19/drivers/nvme/target/
Ddiscovery.c150 struct nvme_id_ctrl *id; in nvmet_execute_identify_disc_ctrl()
Dadmin-cmd.c269 struct nvme_id_ctrl *id; in nvmet_execute_identify_ctrl()
/Linux-v4.19/include/linux/
Dnvme.h201 struct nvme_id_ctrl { struct