Home
last modified time | relevance | path

Searched refs:nvme_identify_ctrl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/nvme/host/
H A Dcore.c1300 static int nvme_identify_ctrl(struct nvme_ctrl *dev, struct nvme_id_ctrl **id) in nvme_identify_ctrl() function
3007 ret = nvme_identify_ctrl(ctrl, &id); in nvme_init_identify()
3863 if (nvme_identify_ctrl(ctrl, &id)) in nvme_scan_ns_sequential()
/openbmc/qemu/hw/nvme/
H A Dctrl.c5360 static uint16_t nvme_identify_ctrl(NvmeCtrl *n, NvmeRequest *req) in nvme_identify_ctrl() function
5726 return nvme_identify_ctrl(n, req); in nvme_identify()