Searched refs:sq_pbl (Results 1 – 7 of 7) sorted by relevance
94 void *sq_pbl; member
1783 ep->sq_pbl = dma_alloc_coherent(&qedi->pdev->dev, ep->sq_pbl_size, in qedi_alloc_sq()1785 if (!ep->sq_pbl) { in qedi_alloc_sq()1795 pbl = (u32 *)ep->sq_pbl; in qedi_alloc_sq()1816 if (ep->sq_pbl) in qedi_free_sq()1817 dma_free_coherent(&qedi->pdev->dev, ep->sq_pbl_size, ep->sq_pbl, in qedi_free_sq()
69 struct irdma_hmc_pble sq_pbl; member
566 init_info->sq_pa = qpmr->sq_pbl.idx; in irdma_setup_virt_qp()569 init_info->sq_pa = qpmr->sq_pbl.addr; in irdma_setup_virt_qp()2483 hmc_p = &qpmr->sq_pbl; in irdma_handle_q_mem()
1277 fcport->sq_pbl = dma_alloc_coherent(&qedf->pdev->dev, in qedf_alloc_sq()1280 if (!fcport->sq_pbl) { in qedf_alloc_sq()1289 pbl = (u32 *)fcport->sq_pbl; in qedf_alloc_sq()1310 if (fcport->sq_pbl) in qedf_free_sq()1312 fcport->sq_pbl, fcport->sq_pbl_dma); in qedf_free_sq()1346 conn_info.sq_curr_page_addr = (dma_addr_t)(*(u64 *)fcport->sq_pbl); in qedf_offload_connection()1348 (dma_addr_t)(*(u64 *)(fcport->sq_pbl + 8)); in qedf_offload_connection()
496 __le64 sq_pbl; member1788 __le64 sq_pbl; member
884 req.sq_pbl = cpu_to_le64(pbl->pg_map_arr[0]); in bnxt_qplib_create_qp1()1061 req.sq_pbl = cpu_to_le64(pbl->pg_map_arr[0]); in bnxt_qplib_create_qp()