Home
last modified time | relevance | path

Searched refs:sq_pbl (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_verbs.h67 struct i40iw_hmc_pble sq_pbl; member
H A Di40iw_verbs.c429 init_info->sq_pa = qpmr->sq_pbl.idx; in i40iw_setup_virt_qp()
432 init_info->sq_pa = qpmr->sq_pbl.addr; in i40iw_setup_virt_qp()
1450 hmc_p = &qpmr->sq_pbl; in i40iw_handle_q_mem()
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H A Dqedi_iscsi.h93 void *sq_pbl; member
H A Dqedi_main.c1786 ep->sq_pbl = dma_alloc_coherent(&qedi->pdev->dev, ep->sq_pbl_size, in qedi_alloc_sq()
1788 if (!ep->sq_pbl) { in qedi_alloc_sq()
1798 pbl = (u32 *)ep->sq_pbl; in qedi_alloc_sq()
1819 if (ep->sq_pbl) in qedi_free_sq()
1820 dma_free_coherent(&qedi->pdev->dev, ep->sq_pbl_size, ep->sq_pbl, in qedi_free_sq()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H A Dqedi_iscsi.h94 void *sq_pbl; member
H A Dqedi_main.c1782 ep->sq_pbl = dma_alloc_coherent(&qedi->pdev->dev, ep->sq_pbl_size, in qedi_alloc_sq()
1784 if (!ep->sq_pbl) { in qedi_alloc_sq()
1794 pbl = (u32 *)ep->sq_pbl; in qedi_alloc_sq()
1815 if (ep->sq_pbl) in qedi_free_sq()
1816 dma_free_coherent(&qedi->pdev->dev, ep->sq_pbl_size, ep->sq_pbl, in qedi_free_sq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dverbs.h69 struct irdma_hmc_pble sq_pbl; member
H A Dverbs.c566 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()
2482 hmc_p = &qpmr->sq_pbl; in irdma_handle_q_mem()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_main.c1267 fcport->sq_pbl = dma_alloc_coherent(&qedf->pdev->dev, in qedf_alloc_sq()
1270 if (!fcport->sq_pbl) { in qedf_alloc_sq()
1279 pbl = (u32 *)fcport->sq_pbl; in qedf_alloc_sq()
1300 if (fcport->sq_pbl) in qedf_free_sq()
1302 fcport->sq_pbl, fcport->sq_pbl_dma); in qedf_free_sq()
1336 conn_info.sq_curr_page_addr = (dma_addr_t)(*(u64 *)fcport->sq_pbl); in qedf_offload_connection()
1338 (dma_addr_t)(*(u64 *)(fcport->sq_pbl + 8)); in qedf_offload_connection()
H A Dqedf.h223 void *sq_pbl; member
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_main.c1265 fcport->sq_pbl = dma_alloc_coherent(&qedf->pdev->dev, in qedf_alloc_sq()
1268 if (!fcport->sq_pbl) { in qedf_alloc_sq()
1277 pbl = (u32 *)fcport->sq_pbl; in qedf_alloc_sq()
1298 if (fcport->sq_pbl) in qedf_free_sq()
1300 fcport->sq_pbl, fcport->sq_pbl_dma); in qedf_free_sq()
1334 conn_info.sq_curr_page_addr = (dma_addr_t)(*(u64 *)fcport->sq_pbl); in qedf_offload_connection()
1336 (dma_addr_t)(*(u64 *)(fcport->sq_pbl + 8)); in qedf_offload_connection()
H A Dqedf.h228 void *sq_pbl; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H A Droce_hsi.h1181 __le64 sq_pbl; member
1757 __le64 sq_pbl; member
H A Dqplib_fp.c859 req.sq_pbl = cpu_to_le64(pbl->pg_map_arr[0]); in bnxt_qplib_create_qp1()
1013 req.sq_pbl = cpu_to_le64(pbl->pg_map_arr[0]); in bnxt_qplib_create_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c877 req.sq_pbl = cpu_to_le64(pbl->pg_map_arr[0]); in bnxt_qplib_create_qp1()
1032 req.sq_pbl = cpu_to_le64(pbl->pg_map_arr[0]); in bnxt_qplib_create_qp()
H A Droce_hsi.h491 __le64 sq_pbl; member
1745 __le64 sq_pbl; member

Completed in 60 milliseconds