Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A 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()
H A Dlpfc_sli.c6547 LPFC_RAS_MAX_ENTRY_SIZE/SLI4_PAGE_SIZE); in lpfc_sli4_ras_fwlog_init()
7413 vpd_size = SLI4_PAGE_SIZE; in lpfc_sli4_hba_setup()
15119 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
15279 (cq->page_size / SLI4_PAGE_SIZE)); in lpfc_cq_create()
15452 (hw_page_size / SLI4_PAGE_SIZE)); in lpfc_cq_create_set()
15721 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mq_create()
15907 (wq->page_size > SLI4_PAGE_SIZE)) in lpfc_wq_create()
15942 (wq->page_size / SLI4_PAGE_SIZE)); in lpfc_wq_create()
16148 hw_page_size = SLI4_PAGE_SIZE; in lpfc_rq_create()
16311 (PAGE_SIZE/SLI4_PAGE_SIZE)); in lpfc_rq_create()
[all …]
H A Dlpfc_hw4.h127 #define SLI4_PAGE_SIZE 4096 macro
3196 #define SLI4_PAGE_ALIGN(addr) (((addr)+((SLI4_PAGE_SIZE)-1)) \
3197 &(~((SLI4_PAGE_SIZE)-1)))
H A Dlpfc_init.c4187 (unsigned long)(SLI4_PAGE_SIZE - 1)) != 0)) { in lpfc_new_io_buf()
6828 max_buf_size = (2 * SLI4_PAGE_SIZE); in lpfc_sli4_driver_resource_setup()
6913 if (phba->cfg_sg_dma_buf_size < SLI4_PAGE_SIZE) in lpfc_sli4_driver_resource_setup()
6916 i = SLI4_PAGE_SIZE; in lpfc_sli4_driver_resource_setup()
12956 SLI4_PAGE_SIZE, in lpfc_write_firmware()
12969 if (temp_offset + SLI4_PAGE_SIZE > fw->size) { in lpfc_write_firmware()
12977 SLI4_PAGE_SIZE); in lpfc_write_firmware()
12978 temp_offset += SLI4_PAGE_SIZE; in lpfc_write_firmware()
13002 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE, in lpfc_write_firmware()