Home
last modified time | relevance | path

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

/drivers/nvme/host/
Dlightnvm.c191 struct nvme_nvm_id { struct
231 BUILD_BUG_ON(sizeof(struct nvme_nvm_id) != 4096); in _nvme_nvm_check_size()
235 static int init_grps(struct nvm_id *nvm_id, struct nvme_nvm_id *nvme_nvm_id) in init_grps() argument
244 src = &nvme_nvm_id->groups[i]; in init_grps()
278 struct nvme_nvm_id *nvme_nvm_id; in nvme_nvm_identity() local
286 nvme_nvm_id = kmalloc(sizeof(struct nvme_nvm_id), GFP_KERNEL); in nvme_nvm_identity()
287 if (!nvme_nvm_id) in nvme_nvm_identity()
291 nvme_nvm_id, sizeof(struct nvme_nvm_id)); in nvme_nvm_identity()
297 nvm_id->ver_id = nvme_nvm_id->ver_id; in nvme_nvm_identity()
298 nvm_id->vmnt = nvme_nvm_id->vmnt; in nvme_nvm_identity()
[all …]