Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_mbox.c1753 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.c6557 LPFC_RAS_MAX_ENTRY_SIZE/SLI4_PAGE_SIZE); in lpfc_sli4_ras_fwlog_init()
7406 vpd_size = SLI4_PAGE_SIZE; in lpfc_sli4_hba_setup()
15060 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
15220 (cq->page_size / SLI4_PAGE_SIZE)); in lpfc_cq_create()
15393 (hw_page_size / SLI4_PAGE_SIZE)); in lpfc_cq_create_set()
15662 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mq_create()
15848 (wq->page_size > SLI4_PAGE_SIZE)) in lpfc_wq_create()
15883 (wq->page_size / SLI4_PAGE_SIZE)); in lpfc_wq_create()
16089 hw_page_size = SLI4_PAGE_SIZE; in lpfc_rq_create()
16252 (PAGE_SIZE/SLI4_PAGE_SIZE)); in lpfc_rq_create()
[all …]
Dlpfc_hw4.h3298 #define SLI4_PAGE_SIZE 4096 macro
3366 #define SLI4_PAGE_ALIGN(addr) (((addr)+((SLI4_PAGE_SIZE)-1)) \
3367 &(~((SLI4_PAGE_SIZE)-1)))
Dlpfc_init.c4187 (unsigned long)(SLI4_PAGE_SIZE - 1)) != 0)) { in lpfc_new_io_buf()
6850 max_buf_size = (2 * SLI4_PAGE_SIZE); in lpfc_sli4_driver_resource_setup()
6935 if (phba->cfg_sg_dma_buf_size < SLI4_PAGE_SIZE) in lpfc_sli4_driver_resource_setup()
6938 i = SLI4_PAGE_SIZE; in lpfc_sli4_driver_resource_setup()
13047 SLI4_PAGE_SIZE, in lpfc_write_firmware()
13060 if (temp_offset + SLI4_PAGE_SIZE > fw->size) { in lpfc_write_firmware()
13068 SLI4_PAGE_SIZE); in lpfc_write_firmware()
13069 temp_offset += SLI4_PAGE_SIZE; in lpfc_write_firmware()
13093 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_write_firmware()