Searched refs:MINIMUM_SUPPORTED_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
411 if (eq_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_cq()412 eq_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_cq()415 if (cq_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_cq()416 cq_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_cq()551 if (queue_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_wq()552 queue_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_wq()
270 #define MINIMUM_SUPPORTED_PAGE_SIZE PAGE_SIZE macro