Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dzns.c102 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_ns_zns()
125 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_ns_zns()
H A Ddiscovery.c261 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_disc_identify()
H A Dadmin-cmd.c816 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_ns()
961 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_nslist()
1169 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_identify()
/linux-6.15/include/linux/
H A Dnvme.h1367 struct nvme_identify { struct
1904 struct nvme_identify identify;
/linux-6.15/drivers/nvme/host/
H A Dcore.c5113 BUILD_BUG_ON(sizeof(struct nvme_identify) != 64); in _nvme_check_size()