Searched refs:nvme_id_ctrl (Results 1 – 4 of 4) sorted by relevance
124 int nvme_identify_ctrl(struct nvme_dev *dev, struct nvme_id_ctrl **id);
145 BUILD_BUG_ON(sizeof(struct nvme_id_ctrl) != 4096); in _nvme_check_size()1201 int nvme_identify_ctrl(struct nvme_dev *dev, struct nvme_id_ctrl **id) in nvme_identify_ctrl()1210 *id = kmalloc(sizeof(struct nvme_id_ctrl), GFP_KERNEL); in nvme_identify_ctrl()1215 sizeof(struct nvme_id_ctrl)); in nvme_identify_ctrl()2603 struct nvme_id_ctrl *ctrl; in nvme_dev_scan()2624 struct nvme_id_ctrl *ctrl; in nvme_dev_add()
676 struct nvme_id_ctrl *id_ctrl; in nvme_trans_ext_inq_page()1211 struct nvme_id_ctrl *id_ctrl; in nvme_trans_power_state()2084 struct nvme_id_ctrl *id_ctrl; in nvme_trans_report_luns()
99 struct nvme_id_ctrl { struct