Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/host/
Dlightnvm.c209 __le32 maxoc; member
333 geo->maxoc = geo->all_luns * geo->num_chk; in nvme_nvm_setup_12()
416 geo->maxoc = le32_to_cpu(id->maxoc); in nvme_nvm_setup_20()
1117 return scnprintf(page, PAGE_SIZE, "%u\n", geo->maxoc); in nvm_dev_attr_show_20()
1181 static NVM_DEV_ATTR_20_RO(maxoc);
/Linux-v5.4/include/linux/
Dlightnvm.h365 u32 maxoc; /* maximum open chunks */ member