Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_verbs.h62 struct i40iw_hmc_pble cq_pbl; member
Di40iw_verbs.c1153 info.first_pm_pbl_idx = cqmr->cq_pbl.idx; in i40iw_create_cq()
1155 info.cq_base_pa = cqmr->cq_pbl.addr; in i40iw_create_cq()
1484 hmc_p = &cqmr->cq_pbl; in i40iw_handle_q_mem()
/Linux-v5.4/drivers/scsi/qedi/
Dqedi.h160 void *cq_pbl; member
Dqedi_main.c1457 if (gl[i]->cq_pbl) in qedi_free_global_queues()
1459 gl[i]->cq_pbl, gl[i]->cq_pbl_dma); in qedi_free_global_queues()
1635 qedi->global_queues[i]->cq_pbl = dma_alloc_coherent(&qedi->pdev->dev, in qedi_alloc_global_queues()
1640 if (!qedi->global_queues[i]->cq_pbl) { in qedi_alloc_global_queues()
1651 pbl = (u32 *)qedi->global_queues[i]->cq_pbl; in qedi_alloc_global_queues()
/Linux-v5.4/drivers/scsi/qedf/
Dqedf.h271 void *cq_pbl; member
Dqedf_main.c2809 if (gl[i]->cq_pbl) in qedf_free_global_queues()
2811 gl[i]->cq_pbl, gl[i]->cq_pbl_dma); in qedf_free_global_queues()
2975 qedf->global_queues[i]->cq_pbl = in qedf_alloc_global_queues()
2981 if (!qedf->global_queues[i]->cq_pbl) { in qedf_alloc_global_queues()
2991 pbl = (u32 *)qedf->global_queues[i]->cq_pbl; in qedf_alloc_global_queues()