Searched refs:DLB2_LSP_CQ2PRIOV (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/event/dlb2/pf/base/ |
| H A D | dlb2_resource.c | 1747 cq2priov = DLB2_CSR_RD(hw, DLB2_LSP_CQ2PRIOV(hw->ver, p->id.phys_id)); in dlb2_ldb_port_map_qid_static() 1753 DLB2_CSR_WR(hw, DLB2_LSP_CQ2PRIOV(hw->ver, p->id.phys_id), cq2priov); in dlb2_ldb_port_map_qid_static() 2232 cq2priov = DLB2_CSR_RD(hw, DLB2_LSP_CQ2PRIOV(hw->ver, port_id)); in dlb2_ldb_port_unmap_qid() 2236 DLB2_CSR_WR(hw, DLB2_LSP_CQ2PRIOV(hw->ver, port_id), cq2priov); in dlb2_ldb_port_unmap_qid() 2903 DLB2_LSP_CQ2PRIOV(hw->ver, port->id.phys_id), in __dlb2_domain_reset_ldb_port_registers() 4190 DLB2_CSR_WR(hw, DLB2_LSP_CQ2PRIOV(hw->ver, port->id.phys_id), reg); in dlb2_ldb_port_configure_cq() 5191 DLB2_LSP_CQ2PRIOV(hw->ver, port->id.phys_id)); in dlb2_ldb_port_change_qid_priority() 5198 DLB2_CSR_WR(hw, DLB2_LSP_CQ2PRIOV(hw->ver, port->id.phys_id), cq2priov); in dlb2_ldb_port_change_qid_priority()
|
| H A D | dlb2_regs.h | 3049 #define DLB2_LSP_CQ2PRIOV(ver, x) \ macro
|