Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/host/
Dlightnvm.c223 __le32 maxoc; member
347 geo->maxoc = geo->all_luns * geo->num_chk; in nvme_nvm_setup_12()
430 geo->maxoc = le32_to_cpu(id->maxoc); in nvme_nvm_setup_20()
1136 return scnprintf(page, PAGE_SIZE, "%u\n", geo->maxoc); in nvm_dev_attr_show_20()
1236 static NVM_DEV_ATTR_20_RO(maxoc);
/Linux-v4.19/include/linux/
Dlightnvm.h358 u32 maxoc; /* maximum open chunks */ member