Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/target/
Ddiscovery.c369 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_parse_discovery_cmd()
Dadmin-cmd.c415 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_ns()
539 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_desclist()
/Linux-v5.4/include/linux/
Dnvme.h904 struct nvme_identify { struct
1216 struct nvme_identify identify;
/Linux-v5.4/drivers/nvme/host/
Dcore.c4211 BUILD_BUG_ON(sizeof(struct nvme_identify) != 64); in _nvme_check_size()