Home
last modified time | relevance | path

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

/drivers/infiniband/hw/ocrdma/
Docrdma_hw.c388 dma_addr_t host_pa, int hw_page_size) in ocrdma_build_q_pages() argument
395 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()
2219 ocrdma_build_q_pages(&cmd->wq_addr[0], hw_pages, pa, hw_page_size); in ocrdma_set_create_qp_sq_cmd()
2221 cmd->type_pgsz_pdn |= (ilog2(hw_page_size / OCRDMA_MIN_Q_PAGE_SIZE) in ocrdma_set_create_qp_sq_cmd()
2246 u32 len, hw_pages, hw_page_size; in ocrdma_set_create_qp_rq_cmd() local
2254 &hw_pages, &hw_page_size); in ocrdma_set_create_qp_rq_cmd()
2261 len = (hw_pages * hw_page_size); in ocrdma_set_create_qp_rq_cmd()
[all …]
/drivers/scsi/lpfc/
Dlpfc_sli.c12793 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_sli4_queue_alloc() local
12796 hw_page_size = SLI4_PAGE_SIZE; in lpfc_sli4_queue_alloc()
12803 hw_page_size))/hw_page_size; in lpfc_sli4_queue_alloc()
12812 hw_page_size, &dmabuf->phys, in lpfc_sli4_queue_alloc()
12823 dma_pointer < (hw_page_size + dmabuf->virt); in lpfc_sli4_queue_alloc()
12987 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_eq_create() local
12993 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
13043 memset(dmabuf->virt, 0, hw_page_size); in lpfc_eq_create()
13106 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_cq_create() local
13112 hw_page_size = SLI4_PAGE_SIZE; in lpfc_cq_create()
[all …]