Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/pfe/base/cbus/
H A Dutil_csr.h8 #define UTIL_VERSION (UTIL_CSR_BASE_ADDR + 0x000)
9 #define UTIL_TX_CTRL (UTIL_CSR_BASE_ADDR + 0x004)
10 #define UTIL_INQ_PKTPTR (UTIL_CSR_BASE_ADDR + 0x010)
12 #define UTIL_HDR_SIZE (UTIL_CSR_BASE_ADDR + 0x014)
14 #define UTIL_PE0_QB_DM_ADDR0 (UTIL_CSR_BASE_ADDR + 0x020)
23 #define UTIL_TM_INQ_ADDR (UTIL_CSR_BASE_ADDR + 0x114)
24 #define UTIL_PE_STATUS (UTIL_CSR_BASE_ADDR + 0x118)
27 #define UTIL_AFULL_THRES (UTIL_CSR_BASE_ADDR + 0x204)
29 #define UTIL_MAX_BUF_CNT (UTIL_CSR_BASE_ADDR + 0x20c)
31 #define UTIL_TSQ_MAX_CNT (UTIL_CSR_BASE_ADDR + 0x214)
[all …]
/f-stack/dpdk/drivers/net/pfe/base/
H A Dcbus.h26 #define UTIL_CSR_BASE_ADDR (CBUS_BASE_ADDR + 0x360000) macro