Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ txgbevf_dev_link_update
Function
txgbevf_dev_link_update
dpdk/drivers/net/txgbe/txgbe_ethdev_vf.c:533–537 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
531
}
532
533
static int
534
txgbevf_dev_link_update(struct rte_eth_dev *dev, int wait_to_complete)
535
{
536
return txgbe_dev_link_update_share(dev, wait_to_complete);
537
}
538
539
/*
540
* Virtual Function operations
Callers
1
txgbevf_dev_start
Function · 0.85
Calls
1
txgbe_dev_link_update_share
Function · 0.85
Tested by
no test coverage detected