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

Function ixgbe_dev_link_update

dpdk/drivers/net/ixgbe/ixgbe_ethdev.c:4431–4435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4429}
4430
4431static int
4432ixgbe_dev_link_update(struct rte_eth_dev *dev, int wait_to_complete)
4433{
4434 return ixgbe_dev_link_update_share(dev, wait_to_complete, 0);
4435}
4436
4437static int
4438ixgbevf_dev_link_update(struct rte_eth_dev *dev, int wait_to_complete)

Callers 6

ixgbe_dev_startFunction · 0.85
ixgbe_dev_set_link_upFunction · 0.85
ixgbe_dev_set_link_downFunction · 0.85
ixgbe_start_timecountersFunction · 0.85

Calls 1

Tested by

no test coverage detected