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.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()
2182 u32 len, hw_pages, hw_page_size; in ocrdma_set_create_qp_sq_cmd() local
2195 dev->attr.wqe_size, &hw_pages, &hw_page_size); in ocrdma_set_create_qp_sq_cmd()
2202 len = (hw_pages * hw_page_size); in ocrdma_set_create_qp_sq_cmd()
2210 ocrdma_build_q_pages(&cmd->wq_addr[0], hw_pages, pa, hw_page_size); in ocrdma_set_create_qp_sq_cmd()
2212 cmd->type_pgsz_pdn |= (ilog2(hw_page_size / OCRDMA_MIN_Q_PAGE_SIZE) in ocrdma_set_create_qp_sq_cmd()
2237 u32 len, hw_pages, hw_page_size; in ocrdma_set_create_qp_rq_cmd() local
2245 &hw_pages, &hw_page_size); in ocrdma_set_create_qp_rq_cmd()
2252 len = (hw_pages * hw_page_size); in ocrdma_set_create_qp_rq_cmd()
[all …]
/drivers/scsi/lpfc/
Dlpfc_sli.c15808 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_sli4_queue_alloc() local
15812 hw_page_size = page_size; in lpfc_sli4_queue_alloc()
15814 pgcnt = ALIGN(entry_size * entry_count, hw_page_size) / hw_page_size; in lpfc_sli4_queue_alloc()
15838 queue->entry_cnt_per_pg = hw_page_size / entry_size; in lpfc_sli4_queue_alloc()
15841 queue->page_size = hw_page_size; in lpfc_sli4_queue_alloc()
15850 hw_page_size, &dmabuf->phys, in lpfc_sli4_queue_alloc()
16047 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_eq_create() local
16053 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create()
16115 memset(dmabuf->virt, 0, hw_page_size); in lpfc_eq_create()
16343 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; in lpfc_cq_create_set() local
[all …]