Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1807 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_sli4_mbox_cmd_free()
1868 pcount = (SLI4_PAGE_ALIGN(length))/SLI4_PAGE_SIZE; in lpfc_sli4_config()
1887 SLI4_PAGE_SIZE, &phyaddr, in lpfc_sli4_config()
1897 if (resid_len > SLI4_PAGE_SIZE) { in lpfc_sli4_config()
1899 SLI4_PAGE_SIZE); in lpfc_sli4_config()
1900 alloc_len += SLI4_PAGE_SIZE; in lpfc_sli4_config()
H A Dlpfc_sli.c8500 vpd_size = SLI4_PAGE_SIZE; in lpfc_sli4_hba_setup()
16064 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
16720 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mq_create()
16906 (wq->page_size > SLI4_PAGE_SIZE)) in lpfc_wq_create()
17141 hw_page_size = SLI4_PAGE_SIZE; in lpfc_rq_create()
17304 (PAGE_SIZE/SLI4_PAGE_SIZE)); in lpfc_rq_create()
17432 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mrq_create()
18118 if (reqlen > SLI4_PAGE_SIZE) { in lpfc_sli4_post_sgl_list()
18225 if (reqlen > SLI4_PAGE_SIZE) { in lpfc_sli4_post_io_sgl_block()
20977 SLI4_PAGE_SIZE; in lpfc_wr_object()
[all …]
H A Dlpfc_hw4.h139 #define SLI4_PAGE_SIZE 4096 macro
3312 #define SLI4_PAGE_ALIGN(addr) (((addr)+((SLI4_PAGE_SIZE)-1)) \
3313 &(~((SLI4_PAGE_SIZE)-1)))
H A Dlpfc_init.c4499 (unsigned long)(SLI4_PAGE_SIZE - 1)) != 0)) { in lpfc_new_io_buf()
8216 max_buf_size = (2 * SLI4_PAGE_SIZE); in lpfc_sli4_driver_resource_setup()
8301 if (phba->cfg_sg_dma_buf_size < SLI4_PAGE_SIZE) in lpfc_sli4_driver_resource_setup()
8304 i = SLI4_PAGE_SIZE; in lpfc_sli4_driver_resource_setup()
14641 SLI4_PAGE_SIZE, in lpfc_write_firmware()
14654 if (temp_offset + SLI4_PAGE_SIZE > fw->size) { in lpfc_write_firmware()
14662 SLI4_PAGE_SIZE); in lpfc_write_firmware()
14663 temp_offset += SLI4_PAGE_SIZE; in lpfc_write_firmware()
14687 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_write_firmware()