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.c1293 static int nvme_identify_ctrl(struct nvme_ctrl *dev, struct nvme_id_ctrl **id) in nvme_identify_ctrl() function
3033 ret = nvme_identify_ctrl(ctrl, &id); in nvme_init_identify()
3896 if (nvme_identify_ctrl(ctrl, &id)) in nvme_scan_ns_sequential()
/openbmc/qemu/hw/nvme/
H A Dctrl.c5568 static uint16_t nvme_identify_ctrl(NvmeCtrl *n, NvmeRequest *req) in nvme_identify_ctrl() function
5997 return nvme_identify_ctrl(n, req); in nvme_identify()