Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_regs.h39 #define T5_PORT_BASE(idx) (T5_PORT0_BASE + (idx) * T5_PORT_STRIDE) macro
40 #define T5_PORT_REG(idx, reg) (T5_PORT_BASE(idx) + (reg))
H A Dt4_hw.c3353 port_base_addr = T5_PORT_BASE(idx); in t4_clr_port_stats()