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

Function pfe_link_down

dpdk/drivers/net/pfe/pfe_ethdev.c:650–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650static int
651pfe_link_down(struct rte_eth_dev *dev)
652{
653 return pfe_eth_stop(dev);
654}
655
656static int
657pfe_link_up(struct rte_eth_dev *dev)

Callers

nothing calls this directly

Calls 1

pfe_eth_stopFunction · 0.85

Tested by

no test coverage detected