Home
last modified time | relevance | path

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

/freebsd/sys/dev/mana/
H A Dhw_channel.c411 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()
H A Dgdma.h270 #define MINIMUM_SUPPORTED_PAGE_SIZE PAGE_SIZE macro