MCPcopy 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
4231static int
4232ice_dev_set_link_up(struct rte_eth_dev *dev)
4233{
4234 return ice_apply_link_speed(dev);
4235}
4236
4237static int
4238ice_dev_set_link_down(struct rte_eth_dev *dev)

Callers 2

ice_dev_stopFunction · 0.85
ice_dev_startFunction · 0.85

Calls 1

ice_apply_link_speedFunction · 0.85

Tested by

no test coverage detected