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

Function mrvl_deinit_pp2

dpdk/drivers/net/mvpp2/mrvl_ethdev.c:292–297  ·  view source on GitHub ↗

* Deinitialize packet processor. * * @return * 0 on success, negative error value otherwise. */

Source from the content-addressed store, hash-verified

290 * 0 on success, negative error value otherwise.
291 */
292static void
293mrvl_deinit_pp2(void)
294{
295 mrvl_pp2_fixup_deinit();
296 pp2_deinit();
297}
298
299static inline void
300mrvl_fill_shadowq(struct mrvl_shadow_txq *sq, struct rte_mbuf *buf)

Callers 1

mrvl_dev_closeFunction · 0.85

Calls 1

mrvl_pp2_fixup_deinitFunction · 0.85

Tested by

no test coverage detected