Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_mbox.c1814 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_sli4_mbox_cmd_free()
1873 pcount = (SLI4_PAGE_ALIGN(length))/SLI4_PAGE_SIZE; in lpfc_sli4_config()
1892 SLI4_PAGE_SIZE, &phyaddr, in lpfc_sli4_config()
1902 if (resid_len > SLI4_PAGE_SIZE) { in lpfc_sli4_config()
1904 SLI4_PAGE_SIZE); in lpfc_sli4_config()
1905 alloc_len += SLI4_PAGE_SIZE; in lpfc_sli4_config()
Dlpfc_sli.c7076 LPFC_RAS_MAX_ENTRY_SIZE/SLI4_PAGE_SIZE); in lpfc_sli4_ras_fwlog_init()
8498 vpd_size = SLI4_PAGE_SIZE; in lpfc_sli4_hba_setup()
16079 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
16295 (cq->page_size / SLI4_PAGE_SIZE)); in lpfc_cq_create()
16466 (hw_page_size / SLI4_PAGE_SIZE)); in lpfc_cq_create_set()
16735 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mq_create()
16921 (wq->page_size > SLI4_PAGE_SIZE)) in lpfc_wq_create()
16950 (wq->page_size / SLI4_PAGE_SIZE)); in lpfc_wq_create()
17156 hw_page_size = SLI4_PAGE_SIZE; in lpfc_rq_create()
17319 (PAGE_SIZE/SLI4_PAGE_SIZE)); in lpfc_rq_create()
[all …]
Dlpfc_hw4.h139 #define SLI4_PAGE_SIZE 4096 macro
3304 #define SLI4_PAGE_ALIGN(addr) (((addr)+((SLI4_PAGE_SIZE)-1)) \
3305 &(~((SLI4_PAGE_SIZE)-1)))
Dlpfc_init.c4527 (unsigned long)(SLI4_PAGE_SIZE - 1)) != 0)) { in lpfc_new_io_buf()
8222 max_buf_size = (2 * SLI4_PAGE_SIZE); in lpfc_sli4_driver_resource_setup()
8307 if (phba->cfg_sg_dma_buf_size < SLI4_PAGE_SIZE) in lpfc_sli4_driver_resource_setup()
8310 i = SLI4_PAGE_SIZE; in lpfc_sli4_driver_resource_setup()
14657 SLI4_PAGE_SIZE, in lpfc_write_firmware()
14670 if (temp_offset + SLI4_PAGE_SIZE > fw->size) { in lpfc_write_firmware()
14678 SLI4_PAGE_SIZE); in lpfc_write_firmware()
14679 temp_offset += SLI4_PAGE_SIZE; in lpfc_write_firmware()
14703 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_write_firmware()