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

Function ngbe_disable_intr

dpdk/drivers/net/ngbe/ngbe_ethdev.c:289–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289static void
290ngbe_disable_intr(struct ngbe_hw *hw)
291{
292 PMD_INIT_FUNC_TRACE();
293
294 wr32(hw, NGBE_IMS(0), NGBE_IMS_MASK);
295 ngbe_flush(hw);
296}
297
298/*
299 * Ensure that all locks are released before first NVM or PHY access

Callers 2

eth_ngbe_dev_initFunction · 0.85
ngbe_dev_stopFunction · 0.85

Calls 1

wr32Function · 0.50

Tested by

no test coverage detected