Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_mbox.c1783 pcount = (SLI4_PAGE_ALIGN(length))/SLI4_PAGE_SIZE; in lpfc_sli4_config()
Dlpfc_hw4.h2450 #define SLI4_PAGE_ALIGN(addr) (((addr)+((SLI4_PAGE_SIZE)-1)) \ macro