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

/freebsd-11-stable/sys/dev/bxe/
H A 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)

Completed in 168 milliseconds