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

Function i40e_dev_set_link_up

dpdk/drivers/net/i40e/i40e_ethdev.c:2806–2811  ·  view source on GitHub ↗

* Set device link up. */

Source from the content-addressed store, hash-verified

2804 * Set device link up.
2805 */
2806static int
2807i40e_dev_set_link_up(struct rte_eth_dev *dev)
2808{
2809 /* re-apply link speed setting */
2810 return i40e_apply_link_speed(dev);
2811}
2812
2813/*
2814 * Set device link down.

Callers

nothing calls this directly

Calls 1

i40e_apply_link_speedFunction · 0.85

Tested by

no test coverage detected