Searched refs:nvme_identify (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/nvme/ |
| H A D | nvme_show.c | 115 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 D | nvme.c | 449 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 D | nvme.h | 358 struct nvme_identify { struct 457 struct nvme_identify identify;
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | nvme.h | 26 int nvme_identify(struct nvme_dev *dev, unsigned nsid,
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | admin-cmd.c | 476 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 D | discovery.c | 253 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_disc_identify()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nvme.h | 1085 struct nvme_identify { struct 1401 struct nvme_identify identify;
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | core.c | 4759 BUILD_BUG_ON(sizeof(struct nvme_identify) != 64); in _nvme_check_size()
|