Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_reg.h468 #define NVME_DSET_MGMT_MAX_RANGES 256 macro
H A Dnvme.c5382 CTASSERT(sizeof (nvme_range_t) * NVME_DSET_MGMT_MAX_RANGES == 4096);
5403 VERIFY3U(dfl->dfl_num_exts, <=, NVME_DSET_MGMT_MAX_RANGES); in nvme_fill_ranges()
5580 drive->d_max_free_seg = NVME_DSET_MGMT_MAX_RANGES; in nvme_bd_driveinfo()