Home
last modified time | relevance | path

Searched refs:sq_pbl (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/scsi/qedi/
A Dqedi_iscsi.h94 void *sq_pbl; member
A Dqedi_main.c1784 ep->sq_pbl = dma_alloc_coherent(&qedi->pdev->dev, ep->sq_pbl_size, in qedi_alloc_sq()
1786 if (!ep->sq_pbl) { in qedi_alloc_sq()
1796 pbl = (u32 *)ep->sq_pbl; in qedi_alloc_sq()
1817 if (ep->sq_pbl) in qedi_free_sq()
1818 dma_free_coherent(&qedi->pdev->dev, ep->sq_pbl_size, ep->sq_pbl, in qedi_free_sq()
/linux/drivers/infiniband/hw/irdma/
A Dverbs.h62 struct irdma_hmc_pble sq_pbl; member
A Dverbs.c570 init_info->sq_pa = qpmr->sq_pbl.idx; in irdma_setup_virt_qp()
573 init_info->sq_pa = qpmr->sq_pbl.addr; in irdma_setup_virt_qp()
2371 hmc_p = &qpmr->sq_pbl; in irdma_handle_q_mem()
/linux/drivers/scsi/qedf/
A Dqedf_main.c1266 fcport->sq_pbl = dma_alloc_coherent(&qedf->pdev->dev, in qedf_alloc_sq()
1269 if (!fcport->sq_pbl) { in qedf_alloc_sq()
1278 pbl = (u32 *)fcport->sq_pbl; in qedf_alloc_sq()
1299 if (fcport->sq_pbl) in qedf_free_sq()
1301 fcport->sq_pbl, fcport->sq_pbl_dma); in qedf_free_sq()
1335 conn_info.sq_curr_page_addr = (dma_addr_t)(*(u64 *)fcport->sq_pbl); in qedf_offload_connection()
1337 (dma_addr_t)(*(u64 *)(fcport->sq_pbl + 8)); in qedf_offload_connection()
A Dqedf.h220 void *sq_pbl; member
/linux/drivers/infiniband/hw/bnxt_re/
A Droce_hsi.h1186 __le64 sq_pbl; member
1762 __le64 sq_pbl; member
A Dqplib_fp.c847 req.sq_pbl = cpu_to_le64(pbl->pg_map_arr[0]); in bnxt_qplib_create_qp1()
1001 req.sq_pbl = cpu_to_le64(pbl->pg_map_arr[0]); in bnxt_qplib_create_qp()

Completed in 50 milliseconds