Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_mbox.c1755 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_sli4_mbox_cmd_free()
1814 pcount = (SLI4_PAGE_ALIGN(length))/SLI4_PAGE_SIZE; in lpfc_sli4_config()
1833 SLI4_PAGE_SIZE, &phyaddr, in lpfc_sli4_config()
1843 if (resid_len > SLI4_PAGE_SIZE) { in lpfc_sli4_config()
1845 SLI4_PAGE_SIZE); in lpfc_sli4_config()
1846 alloc_len += SLI4_PAGE_SIZE; in lpfc_sli4_config()
Dlpfc_sli.c6990 LPFC_RAS_MAX_ENTRY_SIZE/SLI4_PAGE_SIZE); in lpfc_sli4_ras_fwlog_init()
8183 vpd_size = SLI4_PAGE_SIZE; in lpfc_sli4_hba_setup()
16069 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
16229 (cq->page_size / SLI4_PAGE_SIZE)); in lpfc_cq_create()
16402 (hw_page_size / SLI4_PAGE_SIZE)); in lpfc_cq_create_set()
16671 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mq_create()
16857 (wq->page_size > SLI4_PAGE_SIZE)) in lpfc_wq_create()
16886 (wq->page_size / SLI4_PAGE_SIZE)); in lpfc_wq_create()
17092 hw_page_size = SLI4_PAGE_SIZE; in lpfc_rq_create()
17255 (PAGE_SIZE/SLI4_PAGE_SIZE)); in lpfc_rq_create()
[all …]
Dlpfc_hw4.h131 #define SLI4_PAGE_SIZE 4096 macro
3261 #define SLI4_PAGE_ALIGN(addr) (((addr)+((SLI4_PAGE_SIZE)-1)) \
3262 &(~((SLI4_PAGE_SIZE)-1)))
Dlpfc_init.c4347 (unsigned long)(SLI4_PAGE_SIZE - 1)) != 0)) { in lpfc_new_io_buf()
8048 max_buf_size = (2 * SLI4_PAGE_SIZE); in lpfc_sli4_driver_resource_setup()
8133 if (phba->cfg_sg_dma_buf_size < SLI4_PAGE_SIZE) in lpfc_sli4_driver_resource_setup()
8136 i = SLI4_PAGE_SIZE; in lpfc_sli4_driver_resource_setup()
14453 SLI4_PAGE_SIZE, in lpfc_write_firmware()
14466 if (temp_offset + SLI4_PAGE_SIZE > fw->size) { in lpfc_write_firmware()
14474 SLI4_PAGE_SIZE); in lpfc_write_firmware()
14475 temp_offset += SLI4_PAGE_SIZE; in lpfc_write_firmware()
14499 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_write_firmware()