Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nvme/host/
Dnvme.h124 int nvme_identify_ctrl(struct nvme_dev *dev, struct nvme_id_ctrl **id);
Dpci.c145 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()
Dscsi.c676 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()
/linux-4.4.14/include/linux/
Dnvme.h99 struct nvme_id_ctrl { struct