Searched refs:nvme_id_ctrl (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/drivers/nvme/target/ |
| D | passthru.c | 85 struct nvme_id_ctrl *id; in nvmet_passthru_override_id_ctrl() 168 status = nvmet_copy_to_sgl(req, 0, id, sizeof(struct nvme_id_ctrl)); in nvmet_passthru_override_id_ctrl()
|
| D | discovery.c | 251 struct nvme_id_ctrl *id; in nvmet_execute_disc_identify()
|
| D | admin-cmd.c | 349 struct nvme_id_ctrl *id; in nvmet_execute_identify_ctrl()
|
| /Linux-v6.1/drivers/nvme/host/ |
| D | nvme.h | 877 int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id); 943 struct nvme_id_ctrl *id) in nvme_mpath_init_identify()
|
| D | core.c | 1278 static int nvme_identify_ctrl(struct nvme_ctrl *dev, struct nvme_id_ctrl **id) in nvme_identify_ctrl() 1287 *id = kmalloc(sizeof(struct nvme_id_ctrl), GFP_KERNEL); in nvme_identify_ctrl() 1292 sizeof(struct nvme_id_ctrl)); in nvme_identify_ctrl() 2678 static bool quirk_matches(const struct nvme_id_ctrl *id, in quirk_matches() 2687 struct nvme_id_ctrl *id) in nvme_init_subnqn() 2850 struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_validate_cntlid() 2880 static int nvme_init_subsystem(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_init_subsystem() 3075 struct nvme_id_ctrl *id; in nvme_init_identify() 4468 struct nvme_id_ctrl *id; in nvme_scan_ns_sequential() 5281 BUILD_BUG_ON(sizeof(struct nvme_id_ctrl) != NVME_IDENTIFY_DATA_SIZE); in _nvme_check_size()
|
| D | multipath.c | 873 int nvme_mpath_init_identify(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_mpath_init_identify()
|
| /Linux-v6.1/include/linux/ |
| D | nvme.h | 270 struct nvme_id_ctrl { struct
|