Searched refs:SLI4_PAGE_ALIGN (Results 1 – 2 of 2) sorted by relevance
1783 pcount = (SLI4_PAGE_ALIGN(length))/SLI4_PAGE_SIZE; in lpfc_sli4_config()
2450 #define SLI4_PAGE_ALIGN(addr) (((addr)+((SLI4_PAGE_SIZE)-1)) \ macro