Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dcore.c759 static const size_t alloc_size = sizeof(*range) * NVME_DSM_MAX_RANGES; in nvme_setup_discard()
1721 NVME_DSM_MAX_RANGES); in nvme_config_discard()
2906 ctrl->max_discard_segments = NVME_DSM_MAX_RANGES; in nvme_init_non_mdts_limits()
4509 BUILD_BUG_ON(NVME_DSM_MAX_RANGES * sizeof(struct nvme_dsm_range) > in nvme_init_ctrl()
/openbmc/linux/include/linux/
H A Dnvme.h1026 #define NVME_DSM_MAX_RANGES 256 macro