Lines Matching refs:nvme_id_ctrl
1463 static int nvme_identify_ctrl(struct nvme_ctrl *dev, struct nvme_id_ctrl **id) in nvme_identify_ctrl()
1472 *id = kmalloc_obj(struct nvme_id_ctrl); in nvme_identify_ctrl()
1477 sizeof(struct nvme_id_ctrl)); in nvme_identify_ctrl()
3059 static bool quirk_matches(const struct nvme_id_ctrl *id, in quirk_matches()
3068 struct nvme_id_ctrl *id) in nvme_init_subnqn()
3172 struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_validate_cntlid()
3202 static int nvme_init_subsystem(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_init_subsystem()
3452 static int nvme_init_effects(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_init_effects()
3475 static int nvme_check_ctrl_fabric_info(struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) in nvme_check_ctrl_fabric_info()
3520 struct nvme_id_ctrl *id; in nvme_init_identify()
4449 struct nvme_id_ctrl *id; in nvme_scan_ns_sequential()
5344 BUILD_BUG_ON(sizeof(struct nvme_id_ctrl) != NVME_IDENTIFY_DATA_SIZE); in _nvme_check_size()