Home
last modified time | relevance | path

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

/Linux-v6.1/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.c258 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_disc_identify()
Dnvmet.h690 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_req_cns_error_complete()
Dadmin-cmd.c496 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_ns()
/Linux-v6.1/include/linux/
Dnvme.h1217 struct nvme_identify { struct
1743 struct nvme_identify identify;
/Linux-v6.1/drivers/nvme/host/
Dcore.c5272 BUILD_BUG_ON(sizeof(struct nvme_identify) != 64); in _nvme_check_size()