Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c335 wr32(hw, TXGBE_IMC(0), TXGBE_IMC_MASK); in txgbe_enable_intr()
336 wr32(hw, TXGBE_IMC(1), TXGBE_IMC_MASK); in txgbe_enable_intr()
346 wr32(hw, TXGBE_IMS(0), TXGBE_IMC_MASK); in txgbe_disable_intr()
347 wr32(hw, TXGBE_IMS(1), TXGBE_IMC_MASK); in txgbe_disable_intr()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_regs.h1228 #define TXGBE_IMC_MASK TXGBE_ICR_MASK macro