Searched refs:NVME_MAX_SEGS (Results 1 – 2 of 2) sorted by relevance
83 #define NVME_MAX_SEGS 127 macro330 sizeof(struct scatterlist) * NVME_MAX_SEGS; in apple_nvme_iod_alloc_size()1055 anv->ctrl.max_segments = NVME_MAX_SEGS; in apple_nvme_reset_work()
45 #define NVME_MAX_SEGS 128 macro2720 size_t alloc_size = sizeof(struct scatterlist) * NVME_MAX_SEGS; in nvme_pci_alloc_iod_mempool()3059 dev->ctrl.max_segments = NVME_MAX_SEGS; in nvme_pci_alloc_dev()3627 BUILD_BUG_ON(NVME_MAX_SEGS > SGES_PER_PAGE); in nvme_init()3628 BUILD_BUG_ON(sizeof(struct scatterlist) * NVME_MAX_SEGS > PAGE_SIZE); in nvme_init()