Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_verbs.h67 struct i40iw_hmc_pble sq_pbl; member
Di40iw_verbs.c485 init_info->sq_pa = qpmr->sq_pbl.idx; in i40iw_setup_virt_qp()
488 init_info->sq_pa = qpmr->sq_pbl.addr; in i40iw_setup_virt_qp()
1557 hmc_p = &qpmr->sq_pbl; in i40iw_handle_q_mem()
/Linux-v4.19/drivers/scsi/qedi/
Dqedi_iscsi.h95 void *sq_pbl; member
Dqedi_main.c1662 ep->sq_pbl = dma_zalloc_coherent(&qedi->pdev->dev, ep->sq_pbl_size, in qedi_alloc_sq()
1664 if (!ep->sq_pbl) { in qedi_alloc_sq()
1674 pbl = (u32 *)ep->sq_pbl; in qedi_alloc_sq()
1695 if (ep->sq_pbl) in qedi_free_sq()
1696 dma_free_coherent(&qedi->pdev->dev, ep->sq_pbl_size, ep->sq_pbl, in qedi_free_sq()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_main.c1062 fcport->sq_pbl = dma_zalloc_coherent(&qedf->pdev->dev, in qedf_alloc_sq()
1064 if (!fcport->sq_pbl) { in qedf_alloc_sq()
1073 pbl = (u32 *)fcport->sq_pbl; in qedf_alloc_sq()
1094 if (fcport->sq_pbl) in qedf_free_sq()
1096 fcport->sq_pbl, fcport->sq_pbl_dma); in qedf_free_sq()
1130 conn_info.sq_curr_page_addr = (dma_addr_t)(*(u64 *)fcport->sq_pbl); in qedf_offload_connection()
1132 (dma_addr_t)(*(u64 *)(fcport->sq_pbl + 8)); in qedf_offload_connection()
Dqedf.h201 void *sq_pbl; member
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Droce_hsi.h1032 __le64 sq_pbl; member
1608 __le64 sq_pbl; member
Dqplib_fp.c750 req.sq_pbl = cpu_to_le64(pbl->pg_map_arr[0]); in bnxt_qplib_create_qp1()
915 req.sq_pbl = cpu_to_le64(pbl->pg_map_arr[0]); in bnxt_qplib_create_qp()