Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_mem.c88 if (phba->cfg_sg_dma_buf_size < SLI4_PAGE_SIZE) in lpfc_mem_alloc()
91 i = SLI4_PAGE_SIZE; in lpfc_mem_alloc()
Dlpfc_mbox.c1738 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_sli4_mbox_cmd_free()
1796 pcount = (SLI4_PAGE_ALIGN(length))/SLI4_PAGE_SIZE; in lpfc_sli4_config()
1815 SLI4_PAGE_SIZE, &phyaddr, in lpfc_sli4_config()
1825 if (resid_len > SLI4_PAGE_SIZE) { in lpfc_sli4_config()
1827 SLI4_PAGE_SIZE); in lpfc_sli4_config()
1828 alloc_len += SLI4_PAGE_SIZE; in lpfc_sli4_config()
Dlpfc_hw4.h2483 #define SLI4_PAGE_SIZE 4096 macro
2551 #define SLI4_PAGE_ALIGN(addr) (((addr)+((SLI4_PAGE_SIZE)-1)) \
2552 &(~((SLI4_PAGE_SIZE)-1)))
Dlpfc_sli.c6276 vpd_size = SLI4_PAGE_SIZE; in lpfc_sli4_hba_setup()
12760 dma_free_coherent(&queue->phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_sli4_queue_free()
12789 hw_page_size = SLI4_PAGE_SIZE; in lpfc_sli4_queue_alloc()
12990 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
13109 hw_page_size = SLI4_PAGE_SIZE; in lpfc_cq_create()
13296 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mq_create()
13454 hw_page_size = SLI4_PAGE_SIZE; in lpfc_wq_create()
13502 (PAGE_SIZE/SLI4_PAGE_SIZE)); in lpfc_wq_create()
13529 (PAGE_SIZE/SLI4_PAGE_SIZE)); in lpfc_wq_create()
13689 hw_page_size = SLI4_PAGE_SIZE; in lpfc_rq_create()
[all …]
Dlpfc_init.c5178 max_buf_size = (2 * SLI4_PAGE_SIZE); in lpfc_sli4_driver_resource_setup()
10173 SLI4_PAGE_SIZE, in lpfc_write_firmware()
10186 if (temp_offset + SLI4_PAGE_SIZE > fw->size) { in lpfc_write_firmware()
10194 SLI4_PAGE_SIZE); in lpfc_write_firmware()
10195 temp_offset += SLI4_PAGE_SIZE; in lpfc_write_firmware()
10208 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_write_firmware()
Dlpfc_scsi.c837 (unsigned long)(SLI4_PAGE_SIZE - 1)) != 0)) { in lpfc_new_scsi_buf_s4()