Home
last modified time | relevance | path

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

/drivers/nvme/host/
Dlightnvm.c211 struct nvme_nvm_id { struct
251 BUILD_BUG_ON(sizeof(struct nvme_nvm_id) != 4096); in _nvme_nvm_check_size()
255 static int init_grps(struct nvm_id *nvm_id, struct nvme_nvm_id *nvme_nvm_id) in init_grps() argument
264 src = &nvme_nvm_id->groups[i]; in init_grps()
311 struct nvme_nvm_id *nvme_nvm_id; in nvme_nvm_identity() local
319 nvme_nvm_id = kmalloc(sizeof(struct nvme_nvm_id), GFP_KERNEL); in nvme_nvm_identity()
320 if (!nvme_nvm_id) in nvme_nvm_identity()
324 nvme_nvm_id, sizeof(struct nvme_nvm_id)); in nvme_nvm_identity()
330 nvm_id->ver_id = nvme_nvm_id->ver_id; in nvme_nvm_identity()
331 nvm_id->vmnt = nvme_nvm_id->vmnt; in nvme_nvm_identity()
[all …]