Lines Matching refs:base_pa
650 new->q.base_pa = ALIGN(new->q_base_pa, PAGE_SIZE); in ionic_qcq_alloc()
654 new->cq.base_pa = ALIGN(new->q_base_pa + q_size, PAGE_SIZE); in ionic_qcq_alloc()
667 new->q.base_pa = ALIGN(new->q_base_pa, PAGE_SIZE); in ionic_qcq_alloc()
706 new->cq.base_pa = ALIGN(new->cq_base_pa, PAGE_SIZE); in ionic_qcq_alloc()
848 .ring_base = cpu_to_le64(q->base_pa), in ionic_lif_txq_init()
849 .cq_ring_base = cpu_to_le64(cq->base_pa), in ionic_lif_txq_init()
912 .ring_base = cpu_to_le64(q->base_pa), in ionic_lif_rxq_init()
913 .cq_ring_base = cpu_to_le64(cq->base_pa), in ionic_lif_rxq_init()
2907 swap(a->q.base_pa, b->q.base_pa); in ionic_swap_queues()
2926 swap(a->cq.base_pa, b->cq.base_pa); in ionic_swap_queues()
3629 .ring_base = cpu_to_le64(q->base_pa), in ionic_lif_notifyq_init()