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

Function find_fsdev

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

Source from the content-addressed store, hash-verified

145}
146
147static struct bcmfs_device *
148find_fsdev(struct rte_vdev_device *vdev)
149{
150 struct bcmfs_device *fsdev;
151
152 TAILQ_FOREACH(fsdev, &fsdev_list, next)
153 if (fsdev->vdev == vdev)
154 return fsdev;
155
156 return NULL;
157}
158
159static void
160fsdev_release(struct bcmfs_device *fsdev)

Callers 1

bcmfs_vdev_removeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected