Home
last modified time | relevance | path

Searched refs:cq_pbl (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/infiniband/hw/irdma/
Dverbs.h62 struct irdma_hmc_pble cq_pbl; member
Dverbs.c1900 info.first_pm_pbl_idx = cqmr_buf->cq_pbl.idx; in irdma_resize_cq()
1902 info.cq_pa = cqmr_buf->cq_pbl.addr; in irdma_resize_cq()
2083 info.shadow_area_pa = cqmr_shadow->cq_pbl.addr; in irdma_create_cq()
2091 info.first_pm_pbl_idx = cqmr->cq_pbl.idx; in irdma_create_cq()
2093 info.cq_base_pa = cqmr->cq_pbl.addr; in irdma_create_cq()
2456 hmc_p = &cqmr->cq_pbl; in irdma_handle_q_mem()
/Linux-v6.1/drivers/scsi/qedi/
Dqedi.h161 void *cq_pbl; member
Dqedi_main.c1526 if (gl[i]->cq_pbl) in qedi_free_global_queues()
1528 gl[i]->cq_pbl, gl[i]->cq_pbl_dma); in qedi_free_global_queues()
1702 qedi->global_queues[i]->cq_pbl = dma_alloc_coherent(&qedi->pdev->dev, in qedi_alloc_global_queues()
1707 if (!qedi->global_queues[i]->cq_pbl) { in qedi_alloc_global_queues()
1718 pbl = (u32 *)qedi->global_queues[i]->cq_pbl; in qedi_alloc_global_queues()
/Linux-v6.1/drivers/scsi/qedf/
Dqedf.h276 void *cq_pbl; member
Dqedf_main.c2939 if (gl[i]->cq_pbl) in qedf_free_global_queues()
2941 gl[i]->cq_pbl, gl[i]->cq_pbl_dma); in qedf_free_global_queues()
3105 qedf->global_queues[i]->cq_pbl = in qedf_alloc_global_queues()
3111 if (!qedf->global_queues[i]->cq_pbl) { in qedf_alloc_global_queues()
3121 pbl = (u32 *)qedf->global_queues[i]->cq_pbl; in qedf_alloc_global_queues()