Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dzns.c98 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_ns_zns()
121 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_ns_zns()
H A Dadmin-cmd.c804 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_ns()
949 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_nslist()
1159 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_identify()
/linux/include/linux/
H A Dnvme.h1454 struct nvme_identify { struct
1996 struct nvme_identify identify;
/linux/drivers/nvme/host/
H A Dcore.c5461 BUILD_BUG_ON(sizeof(struct nvme_identify) != 64); in _nvme_check_size()