Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bxe/
Dbxe.h186 #define BCM_PAGE_ALIGN(addr) ((addr + BCM_PAGE_SIZE - 1) & BCM_PAGE_MASK) macro
285 #define SGE_PAGE_ALIGN(addr) BCM_PAGE_ALIGN(addr)