Lines Matching refs:hw_page_size
15840 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_sli4_queue_alloc() local
15844 hw_page_size = page_size; in lpfc_sli4_queue_alloc()
15846 pgcnt = ALIGN(entry_size * entry_count, hw_page_size) / hw_page_size; in lpfc_sli4_queue_alloc()
15870 queue->entry_cnt_per_pg = hw_page_size / entry_size; in lpfc_sli4_queue_alloc()
15873 queue->page_size = hw_page_size; in lpfc_sli4_queue_alloc()
15882 hw_page_size, &dmabuf->phys, in lpfc_sli4_queue_alloc()
16079 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_eq_create() local
16085 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
16147 memset(dmabuf->virt, 0, hw_page_size); in lpfc_eq_create()
16429 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_cq_create_set() local
16466 hw_page_size = cq->page_size; in lpfc_cq_create_set()
16472 (hw_page_size / SLI4_PAGE_SIZE)); in lpfc_cq_create_set()
16602 memset(dmabuf->virt, 0, hw_page_size); in lpfc_cq_create_set()
16735 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_mq_create() local
16741 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mq_create()
16807 memset(dmabuf->virt, 0, hw_page_size); in lpfc_mq_create()
16889 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_wq_create() local
16905 hw_page_size = wq->page_size; in lpfc_wq_create()
16965 memset(dmabuf->virt, 0, hw_page_size); in lpfc_wq_create()
17153 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_rq_create() local
17162 hw_page_size = SLI4_PAGE_SIZE; in lpfc_rq_create()
17229 memset(dmabuf->virt, 0, hw_page_size); in lpfc_rq_create()
17446 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_mrq_create() local
17453 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mrq_create()
17528 memset(dmabuf->virt, 0, hw_page_size); in lpfc_mrq_create()
17540 memset(dmabuf->virt, 0, hw_page_size); in lpfc_mrq_create()