Searched refs:MINIMUM_SUPPORTED_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
340 if (eq_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_cq()341 eq_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_cq()344 if (cq_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_cq()345 cq_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_cq()478 if (queue_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_wq()479 queue_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_wq()
209 #define MINIMUM_SUPPORTED_PAGE_SIZE PAGE_SIZE macro