Home
last modified time | relevance | path

Searched refs:TXGBE_IMS (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c346 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()
3329 mask = rd32(hw, TXGBE_IMS(0)); in txgbe_dev_rx_queue_intr_enable()
3331 wr32(hw, TXGBE_IMS(0), mask); in txgbe_dev_rx_queue_intr_enable()
3333 mask = rd32(hw, TXGBE_IMS(1)); in txgbe_dev_rx_queue_intr_enable()
3335 wr32(hw, TXGBE_IMS(1), mask); in txgbe_dev_rx_queue_intr_enable()
3349 mask = rd32(hw, TXGBE_IMS(0)); in txgbe_dev_rx_queue_intr_disable()
3351 wr32(hw, TXGBE_IMS(0), mask); in txgbe_dev_rx_queue_intr_disable()
3353 mask = rd32(hw, TXGBE_IMS(1)); in txgbe_dev_rx_queue_intr_disable()
3355 wr32(hw, TXGBE_IMS(1), mask); in txgbe_dev_rx_queue_intr_disable()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c537 wr32(hw, TXGBE_IMS(0), TXGBE_IMS_MASK); in txgbe_stop_hw()
538 wr32(hw, TXGBE_IMS(1), TXGBE_IMS_MASK); in txgbe_stop_hw()
H A Dtxgbe_regs.h1225 #define TXGBE_IMS(i) (0x000140 + (i) * 4) /* 0-1 */ macro