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

Function eth_dev_vmbus_release

dpdk/drivers/net/netvsc/hn_ethdev.c:144–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144static void
145eth_dev_vmbus_release(struct rte_eth_dev *eth_dev)
146{
147 /* free ether device */
148 rte_eth_dev_release_port(eth_dev);
149
150 eth_dev->device = NULL;
151 eth_dev->intr_handle = NULL;
152}
153
154static int hn_set_parameter(const char *key, const char *value, void *opaque)
155{

Callers 2

eth_hn_probeFunction · 0.85
eth_hn_removeFunction · 0.85

Calls 1

rte_eth_dev_release_portFunction · 0.85

Tested by

no test coverage detected