Searched refs:hw_page_size (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_hw.c | 391 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() 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() 2744 int hw_pages, hw_page_size; in ocrdma_mbx_create_srq() local 2760 &hw_pages, &hw_page_size); in ocrdma_mbx_create_srq() [all …]
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 15823 hw_page_size = page_size; in lpfc_sli4_queue_alloc() 15825 pgcnt = ALIGN(entry_size * entry_count, hw_page_size) / hw_page_size; in lpfc_sli4_queue_alloc() 15852 queue->page_size = hw_page_size; in lpfc_sli4_queue_alloc() 15861 hw_page_size, &dmabuf->phys, in lpfc_sli4_queue_alloc() 16064 hw_page_size = SLI4_PAGE_SIZE; in lpfc_eq_create() 16126 memset(dmabuf->virt, 0, hw_page_size); in lpfc_eq_create() 16445 hw_page_size = cq->page_size; in lpfc_cq_create_set() 16720 hw_page_size = SLI4_PAGE_SIZE; in lpfc_mq_create() 16884 hw_page_size = wq->page_size; in lpfc_wq_create() 17141 hw_page_size = SLI4_PAGE_SIZE; in lpfc_rq_create() [all …]
|