Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dadmin-cmd.c662 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_ns()
807 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_nslist()
1014 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_identify()
H A Ddiscovery.c258 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_disc_identify()
/linux/include/linux/
H A Dnvme.h1339 struct nvme_identify { struct
1869 struct nvme_identify identify;
/linux/drivers/nvme/host/
H A Dcore.c5044 BUILD_BUG_ON(sizeof(struct nvme_identify) != 64); in _nvme_check_size()