Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_mem.c94 if (phba->cfg_sg_dma_buf_size < SLI4_PAGE_SIZE) in lpfc_mem_alloc()
97 i = SLI4_PAGE_SIZE; in lpfc_mem_alloc()
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.c6843 vpd_size = SLI4_PAGE_SIZE; in lpfc_sli4_hba_setup()
14438 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
14587 (cq->page_size / SLI4_PAGE_SIZE)); in lpfc_cq_create()
14752 (hw_page_size / SLI4_PAGE_SIZE)); in lpfc_cq_create_set()
15017 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mq_create()
15202 (wq->page_size > SLI4_PAGE_SIZE)) in lpfc_wq_create()
15237 (wq->page_size / SLI4_PAGE_SIZE)); in lpfc_wq_create()
15442 hw_page_size = SLI4_PAGE_SIZE; in lpfc_rq_create()
15605 (PAGE_SIZE/SLI4_PAGE_SIZE)); in lpfc_rq_create()
15732 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mrq_create()
[all …]
Dlpfc_hw4.h3208 #define SLI4_PAGE_SIZE 4096 macro
3276 #define SLI4_PAGE_ALIGN(addr) (((addr)+((SLI4_PAGE_SIZE)-1)) \
3277 &(~((SLI4_PAGE_SIZE)-1)))
Dlpfc_init.c5921 max_buf_size = (2 * SLI4_PAGE_SIZE); in lpfc_sli4_driver_resource_setup()
11455 SLI4_PAGE_SIZE, in lpfc_write_firmware()
11468 if (temp_offset + SLI4_PAGE_SIZE > fw->size) { in lpfc_write_firmware()
11476 SLI4_PAGE_SIZE); in lpfc_write_firmware()
11477 temp_offset += SLI4_PAGE_SIZE; in lpfc_write_firmware()
11497 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_write_firmware()
Dlpfc_nvme.c1963 if (reqlen > SLI4_PAGE_SIZE) { in lpfc_sli4_post_nvme_sgl_block()
Dlpfc_scsi.c842 (unsigned long)(SLI4_PAGE_SIZE - 1)) != 0)) { in lpfc_new_scsi_buf_s4()