MCPcopy Create free account
hub / github.com/F-Stack/f-stack / txgbe_disable_intr

Function txgbe_disable_intr

dpdk/drivers/net/txgbe/txgbe_ethdev.c:358–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358static void
359txgbe_disable_intr(struct txgbe_hw *hw)
360{
361 PMD_INIT_FUNC_TRACE();
362
363 wr32(hw, TXGBE_IENMISC, ~BIT_MASK32);
364 wr32(hw, TXGBE_IMS(0), TXGBE_IMC_MASK);
365 wr32(hw, TXGBE_IMS(1), TXGBE_IMC_MASK);
366 txgbe_flush(hw);
367}
368
369static int
370txgbe_dev_queue_stats_mapping_set(struct rte_eth_dev *eth_dev,

Callers 3

eth_txgbe_dev_initFunction · 0.85
txgbe_dev_stopFunction · 0.85

Calls 2

txgbe_flushFunction · 0.85
wr32Function · 0.50

Tested by

no test coverage detected