Lines Matching defs:queue_proxy_region
125 * @queue_proxy_region: Queue proxy region where queue buffers are located
138 void __iomem *queue_proxy_region;
657 qinst->queue_buff_start = inst->queue_proxy_region +
660 qinst->queue_buff_end = inst->queue_proxy_region +
673 qinst->queue_buff_start = inst->queue_proxy_region +
676 qinst->queue_buff_end = inst->queue_proxy_region +
777 .data_region_name = "queue_proxy_region",
845 inst->queue_proxy_region =
847 if (IS_ERR(inst->queue_proxy_region))
848 return PTR_ERR(inst->queue_proxy_region);
863 inst->queue_proxy_region, inst->queue_state_debug_region);