Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/target/
Dzns.c106 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_cns_cs_ns()
122 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_cns_cs_ns()
Ddiscovery.c253 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_disc_identify()
Dnvmet.h653 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_req_cns_error_complete()
Dadmin-cmd.c490 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_ns()
/Linux-v5.15/include/linux/
Dnvme.h1106 struct nvme_identify { struct
1422 struct nvme_identify identify;
/Linux-v5.15/drivers/nvme/host/
Dcore.c4604 BUILD_BUG_ON(sizeof(struct nvme_identify) != 64); in _nvme_check_size()