Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_mbox.c1754 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_sli4_mbox_cmd_free()
1812 pcount = (SLI4_PAGE_ALIGN(length))/SLI4_PAGE_SIZE; in lpfc_sli4_config()
1831 SLI4_PAGE_SIZE, &phyaddr, in lpfc_sli4_config()
1841 if (resid_len > SLI4_PAGE_SIZE) { in lpfc_sli4_config()
1843 SLI4_PAGE_SIZE); in lpfc_sli4_config()
1844 alloc_len += SLI4_PAGE_SIZE; in lpfc_sli4_config()
Dlpfc_sli.c6403 LPFC_RAS_MAX_ENTRY_SIZE/SLI4_PAGE_SIZE); in lpfc_sli4_ras_fwlog_init()
7186 vpd_size = SLI4_PAGE_SIZE; in lpfc_sli4_hba_setup()
14601 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
14750 (cq->page_size / SLI4_PAGE_SIZE)); in lpfc_cq_create()
14919 (hw_page_size / SLI4_PAGE_SIZE)); in lpfc_cq_create_set()
15188 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mq_create()
15372 (wq->page_size > SLI4_PAGE_SIZE)) in lpfc_wq_create()
15407 (wq->page_size / SLI4_PAGE_SIZE)); in lpfc_wq_create()
15612 hw_page_size = SLI4_PAGE_SIZE; in lpfc_rq_create()
15775 (PAGE_SIZE/SLI4_PAGE_SIZE)); in lpfc_rq_create()
[all …]
Dlpfc_hw4.h3284 #define SLI4_PAGE_SIZE 4096 macro
3352 #define SLI4_PAGE_ALIGN(addr) (((addr)+((SLI4_PAGE_SIZE)-1)) \
3353 &(~((SLI4_PAGE_SIZE)-1)))
Dlpfc_init.c4117 (unsigned long)(SLI4_PAGE_SIZE - 1)) != 0)) { in lpfc_new_io_buf()
6705 max_buf_size = (2 * SLI4_PAGE_SIZE); in lpfc_sli4_driver_resource_setup()
6795 if (phba->cfg_sg_dma_buf_size < SLI4_PAGE_SIZE) in lpfc_sli4_driver_resource_setup()
6798 i = SLI4_PAGE_SIZE; in lpfc_sli4_driver_resource_setup()
12385 SLI4_PAGE_SIZE, in lpfc_write_firmware()
12398 if (temp_offset + SLI4_PAGE_SIZE > fw->size) { in lpfc_write_firmware()
12406 SLI4_PAGE_SIZE); in lpfc_write_firmware()
12407 temp_offset += SLI4_PAGE_SIZE; in lpfc_write_firmware()
12427 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_write_firmware()