Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ice_dev_set_link_up
Function
ice_dev_set_link_up
dpdk/drivers/net/ice/ice_ethdev.c:4231–4235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4229
}
4230
4231
static int
4232
ice_dev_set_link_up(struct rte_eth_dev *dev)
4233
{
4234
return ice_apply_link_speed(dev);
4235
}
4236
4237
static int
4238
ice_dev_set_link_down(struct rte_eth_dev *dev)
Callers
2
ice_dev_stop
Function · 0.85
ice_dev_start
Function · 0.85
Calls
1
ice_apply_link_speed
Function · 0.85
Tested by
no test coverage detected