Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ roc_ree_dev_fini
Function
roc_ree_dev_fini
dpdk/drivers/common/cnxk/roc_ree.c:637–647 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
635
}
636
637
int
638
roc_ree_dev_fini(struct roc_ree_vf *vf)
639
{
640
if (vf == NULL)
641
return -EINVAL;
642
643
vf->max_matches = 0;
644
vf->max_queues = 0;
645
646
return dev_fini(vf->dev, vf->pci_dev);
647
}
Callers
1
ree_dev_fini
Function · 0.85
Calls
1
dev_fini
Function · 0.85
Tested by
no test coverage detected