Searched refs:cq_pbl_dma (Results 1 – 4 of 4) sorted by relevance
167 dma_addr_t cq_pbl_dma; member
1409 gl[i]->cq_pbl, gl[i]->cq_pbl_dma); in qedi_free_global_queues()1585 &qedi->global_queues[i]->cq_pbl_dma, in qedi_alloc_global_queues()1619 *list = (u32)qedi->global_queues[i]->cq_pbl_dma; in qedi_alloc_global_queues()1621 *list = (u32)((u64)qedi->global_queues[i]->cq_pbl_dma >> 32); in qedi_alloc_global_queues()
250 dma_addr_t cq_pbl_dma; member
2626 gl[i]->cq_pbl, gl[i]->cq_pbl_dma); in qedf_free_global_queues()2787 &qedf->global_queues[i]->cq_pbl_dma, GFP_KERNEL); in qedf_alloc_global_queues()2821 *list = U64_LO(qedf->global_queues[i]->cq_pbl_dma); in qedf_alloc_global_queues()2823 *list = U64_HI(qedf->global_queues[i]->cq_pbl_dma); in qedf_alloc_global_queues()