Home
last modified time | relevance | path

Searched refs:nvme_identify (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme_show.c115 if (nvme_identify(dev, 0, 1, (dma_addr_t)(long)ctrl)) in nvme_print_info()
122 if (nvme_identify(dev, ns->ns_id, 0, (dma_addr_t)(long)id)) in nvme_print_info()
H A Dnvme.c449 int nvme_identify(struct nvme_dev *dev, unsigned nsid, in nvme_identify() function
622 ret = nvme_identify(dev, 0, 1, (dma_addr_t)(long)ctrl); in nvme_get_info_from_identify()
708 if (nvme_identify(ndev, ns->ns_id, 0, (dma_addr_t)(long)id)) { in nvme_blk_probe()
904 if (nvme_identify(ndev, i, 0, (dma_addr_t)(long)id)) { in nvme_probe()
H A Dnvme.h358 struct nvme_identify { struct
457 struct nvme_identify identify;
/OK3568_Linux_fs/u-boot/include/
H A Dnvme.h26 int nvme_identify(struct nvme_dev *dev, unsigned nsid,
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dadmin-cmd.c476 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_ns()
615 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_desclist()
662 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_identify()
H A Ddiscovery.c253 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_disc_identify()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h1085 struct nvme_identify { struct
1401 struct nvme_identify identify;
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c4759 BUILD_BUG_ON(sizeof(struct nvme_identify) != 64); in _nvme_check_size()