Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1743 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_sli4_mbox_cmd_free()
1801 pcount = (SLI4_PAGE_ALIGN(length))/SLI4_PAGE_SIZE; in lpfc_sli4_config()
1820 SLI4_PAGE_SIZE, &phyaddr, in lpfc_sli4_config()
1830 if (resid_len > SLI4_PAGE_SIZE) { in lpfc_sli4_config()
1832 SLI4_PAGE_SIZE); in lpfc_sli4_config()
1833 alloc_len += SLI4_PAGE_SIZE; in lpfc_sli4_config()
Dlpfc_sli.c6276 vpd_size = SLI4_PAGE_SIZE; in lpfc_sli4_hba_setup()
12740 dma_free_coherent(&queue->phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_sli4_queue_free()
12769 hw_page_size = SLI4_PAGE_SIZE; in lpfc_sli4_queue_alloc()
12966 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
13085 hw_page_size = SLI4_PAGE_SIZE; in lpfc_cq_create()
13272 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mq_create()
13430 hw_page_size = SLI4_PAGE_SIZE; in lpfc_wq_create()
13478 (PAGE_SIZE/SLI4_PAGE_SIZE)); in lpfc_wq_create()
13505 (PAGE_SIZE/SLI4_PAGE_SIZE)); in lpfc_wq_create()
13665 hw_page_size = SLI4_PAGE_SIZE; in lpfc_rq_create()
[all …]
Dlpfc_hw4.h2710 #define SLI4_PAGE_SIZE 4096 macro
2778 #define SLI4_PAGE_ALIGN(addr) (((addr)+((SLI4_PAGE_SIZE)-1)) \
2779 &(~((SLI4_PAGE_SIZE)-1)))
Dlpfc_init.c5197 max_buf_size = (2 * SLI4_PAGE_SIZE); in lpfc_sli4_driver_resource_setup()
10191 SLI4_PAGE_SIZE, in lpfc_write_firmware()
10204 if (temp_offset + SLI4_PAGE_SIZE > fw->size) { in lpfc_write_firmware()
10212 SLI4_PAGE_SIZE); in lpfc_write_firmware()
10213 temp_offset += SLI4_PAGE_SIZE; in lpfc_write_firmware()
10226 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()