Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
650
static int
651
pfe_link_down(struct rte_eth_dev *dev)
652
{
653
return pfe_eth_stop(dev);
654
}
655
656
static int
657
pfe_link_up(struct rte_eth_dev *dev)
Callers
nothing calls this directly
Calls
1
pfe_eth_stop
Function · 0.85
Tested by
no test coverage detected