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

Function ixgbevf_dev_link_update

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

Source from the content-addressed store, hash-verified

4435}
4436
4437static int
4438ixgbevf_dev_link_update(struct rte_eth_dev *dev, int wait_to_complete)
4439{
4440 return ixgbe_dev_link_update_share(dev, wait_to_complete, 1);
4441}
4442
4443static int
4444ixgbe_dev_promiscuous_enable(struct rte_eth_dev *dev)

Callers 1

ixgbevf_dev_startFunction · 0.85

Calls 1

Tested by

no test coverage detected