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

Function bcmfs_vdev_remove

dpdk/drivers/crypto/bcmfs/bcmfs_device.c:313–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313static int
314bcmfs_vdev_remove(struct rte_vdev_device *vdev)
315{
316 struct bcmfs_device *fsdev;
317
318 fsdev = find_fsdev(vdev);
319 if (fsdev == NULL)
320 return -ENODEV;
321
322 fsdev_release(fsdev);
323 return 0;
324}
325
326/* Register with vdev */
327static struct rte_vdev_driver rte_bcmfs_pmd = {

Callers

nothing calls this directly

Calls 2

find_fsdevFunction · 0.85
fsdev_releaseFunction · 0.85

Tested by

no test coverage detected