Home
last modified time | relevance | path

Searched refs:DLB_CSR_RD (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/event/dlb/pf/base/
H A Ddlb_resource.c1211 r2.val = DLB_CSR_RD(hw, in dlb_ldb_port_map_qid_static()
1215 r3.val = DLB_CSR_RD(hw, in dlb_ldb_port_map_qid_static()
1219 r4.val = DLB_CSR_RD(hw, in dlb_ldb_port_map_qid_static()
1592 r1.val = DLB_CSR_RD(hw, in dlb_ldb_port_unmap_qid()
1596 r2.val = DLB_CSR_RD(hw, in dlb_ldb_port_unmap_qid()
1600 r3.val = DLB_CSR_RD(hw, in dlb_ldb_port_unmap_qid()
2696 r0.val = DLB_CSR_RD(hw, in dlb_ldb_queue_is_empty()
2701 r1.val = DLB_CSR_RD(hw, in dlb_ldb_queue_is_empty()
2706 r2.val = DLB_CSR_RD(hw, in dlb_ldb_queue_is_empty()
2711 r3.val = DLB_CSR_RD(hw, in dlb_ldb_queue_is_empty()
[all …]
H A Ddlb_osdep.h28 #define DLB_CSR_RD(hw, reg) \ macro