Home
last modified time | relevance | path

Searched refs:hw_page_size (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/ocrdma/
Docrdma_hw.c391 dma_addr_t host_pa, int hw_page_size) in ocrdma_build_q_pages() argument
398 host_pa += hw_page_size; in ocrdma_build_q_pages()
2186 u32 len, hw_pages, hw_page_size; in ocrdma_set_create_qp_sq_cmd() local
2199 dev->attr.wqe_size, &hw_pages, &hw_page_size); in ocrdma_set_create_qp_sq_cmd()
2206 len = (hw_pages * hw_page_size); in ocrdma_set_create_qp_sq_cmd()
2214 ocrdma_build_q_pages(&cmd->wq_addr[0], hw_pages, pa, hw_page_size); in ocrdma_set_create_qp_sq_cmd()
2216 cmd->type_pgsz_pdn |= (ilog2(hw_page_size / OCRDMA_MIN_Q_PAGE_SIZE) in ocrdma_set_create_qp_sq_cmd()
2241 u32 len, hw_pages, hw_page_size; in ocrdma_set_create_qp_rq_cmd() local
2249 &hw_pages, &hw_page_size); in ocrdma_set_create_qp_rq_cmd()
2256 len = (hw_pages * hw_page_size); in ocrdma_set_create_qp_rq_cmd()
[all …]
/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_sli.c14814 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_sli4_queue_alloc() local
14818 hw_page_size = page_size; in lpfc_sli4_queue_alloc()
14820 pgcnt = ALIGN(entry_size * entry_count, hw_page_size) / hw_page_size; in lpfc_sli4_queue_alloc()
14844 queue->entry_cnt_per_pg = hw_page_size / entry_size; in lpfc_sli4_queue_alloc()
14847 queue->page_size = hw_page_size; in lpfc_sli4_queue_alloc()
14856 hw_page_size, &dmabuf->phys, in lpfc_sli4_queue_alloc()
15054 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_eq_create() local
15060 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
15122 memset(dmabuf->virt, 0, hw_page_size); in lpfc_eq_create()
15350 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_cq_create_set() local
[all …]