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

Function pfe_link_up

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

Source from the content-addressed store, hash-verified

654}
655
656static int
657pfe_link_up(struct rte_eth_dev *dev)
658{
659 struct pfe_eth_priv_s *priv = dev->data->dev_private;
660
661 pfe_eth_start(priv);
662 return 0;
663}
664
665static int
666pfe_mtu_set(struct rte_eth_dev *dev, uint16_t mtu)

Callers

nothing calls this directly

Calls 1

pfe_eth_startFunction · 0.85

Tested by

no test coverage detected