Home
last modified time | relevance | path

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

/Linux-v4.19/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()
2190 u32 len, hw_pages, hw_page_size; in ocrdma_set_create_qp_sq_cmd() local
2203 dev->attr.wqe_size, &hw_pages, &hw_page_size); in ocrdma_set_create_qp_sq_cmd()
2210 len = (hw_pages * hw_page_size); in ocrdma_set_create_qp_sq_cmd()
2218 ocrdma_build_q_pages(&cmd->wq_addr[0], hw_pages, pa, hw_page_size); in ocrdma_set_create_qp_sq_cmd()
2220 cmd->type_pgsz_pdn |= (ilog2(hw_page_size / OCRDMA_MIN_Q_PAGE_SIZE) in ocrdma_set_create_qp_sq_cmd()
2245 u32 len, hw_pages, hw_page_size; in ocrdma_set_create_qp_rq_cmd() local
2253 &hw_pages, &hw_page_size); in ocrdma_set_create_qp_rq_cmd()
2260 len = (hw_pages * hw_page_size); in ocrdma_set_create_qp_rq_cmd()
[all …]
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_sli.c14205 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_sli4_queue_alloc() local
14208 hw_page_size = page_size; in lpfc_sli4_queue_alloc()
14215 hw_page_size))/hw_page_size; in lpfc_sli4_queue_alloc()
14232 queue->page_size = hw_page_size; in lpfc_sli4_queue_alloc()
14240 hw_page_size, &dmabuf->phys, in lpfc_sli4_queue_alloc()
14251 dma_pointer < (hw_page_size + dmabuf->virt); in lpfc_sli4_queue_alloc()
14432 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_eq_create() local
14438 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
14498 memset(dmabuf->virt, 0, hw_page_size); in lpfc_eq_create()
14561 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_cq_create() local
[all …]