Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c542 wr32(hw, TXGBE_ICR(0), TXGBE_ICR_MASK); in txgbe_stop_hw()
543 wr32(hw, TXGBE_ICR(1), TXGBE_ICR_MASK); in txgbe_stop_hw()
H A Dtxgbe_regs.h1221 #define TXGBE_ICR(i) (0x000120 + (i) * 4) /* 0-1 */ macro