Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_mbox.c1681 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_sli4_mbox_cmd_free()
1739 pcount = (PAGE_ALIGN(length))/SLI4_PAGE_SIZE; in lpfc_sli4_config()
1757 viraddr = dma_alloc_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_sli4_config()
1762 memset(viraddr, 0, SLI4_PAGE_SIZE); in lpfc_sli4_config()
1768 if (resid_len > SLI4_PAGE_SIZE) { in lpfc_sli4_config()
1770 SLI4_PAGE_SIZE); in lpfc_sli4_config()
1771 alloc_len += SLI4_PAGE_SIZE; in lpfc_sli4_config()
Dlpfc_sli.c4747 vpd_size = SLI4_PAGE_SIZE; in lpfc_sli4_hba_setup()
10285 dma_free_coherent(&queue->phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_sli4_queue_free()
10314 hw_page_size = SLI4_PAGE_SIZE; in lpfc_sli4_queue_alloc()
10390 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
10506 hw_page_size = SLI4_PAGE_SIZE; in lpfc_cq_create()
10526 (PAGE_SIZE/SLI4_PAGE_SIZE)); in lpfc_cq_create()
10688 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mq_create()
10838 hw_page_size = SLI4_PAGE_SIZE; in lpfc_wq_create()
10873 (PAGE_SIZE/SLI4_PAGE_SIZE)); in lpfc_wq_create()
10949 hw_page_size = SLI4_PAGE_SIZE; in lpfc_rq_create()
[all …]
Dlpfc_hw4.h2043 #define SLI4_PAGE_SIZE 4096 macro