Home
last modified time | relevance | path

Searched refs:bcmfs_device (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_pmd.h25 struct bcmfs_device *fsdev;
33 bcmfs_sym_dev_create(struct bcmfs_device *fdev);
36 bcmfs_sym_dev_destroy(struct bcmfs_device *fdev);
H A Dbcmfs_vfio.c59 bcmfs_attach_vfio(struct bcmfs_device *dev) in bcmfs_attach_vfio()
79 bcmfs_release_vfio(struct bcmfs_device *dev) in bcmfs_release_vfio()
98 bcmfs_attach_vfio(struct bcmfs_device *dev __rte_unused) in bcmfs_attach_vfio()
104 bcmfs_release_vfio(struct bcmfs_device *dev __rte_unused) in bcmfs_release_vfio()
H A Dbcmfs_device.c89 TAILQ_HEAD(fsdev_list, bcmfs_device);
92 static struct bcmfs_device *
98 struct bcmfs_device *fsdev; in fsdev_allocate_one_dev()
146 static struct bcmfs_device *
149 struct bcmfs_device *fsdev; in find_fsdev()
159 fsdev_release(struct bcmfs_device *fsdev) in fsdev_release()
237 struct bcmfs_device *fsdev; in bcmfs_vdev_probe()
315 struct bcmfs_device *fsdev; in bcmfs_vdev_remove()
H A Dbcmfs_vfio.h11 bcmfs_attach_vfio(struct bcmfs_device *dev);
15 bcmfs_release_vfio(struct bcmfs_device *dev);
H A Dbcmfs_device.h48 struct bcmfs_device { struct
49 TAILQ_ENTRY(bcmfs_device) next;
H A Dbcmfs_sym_pmd.c62 struct bcmfs_device *fsdev = internals->fsdev; in bcmfs_sym_dev_info_get()
80 struct bcmfs_device *fsdev; in bcmfs_sym_stats_get()
101 struct bcmfs_device *fsdev; in bcmfs_sym_stats_reset()
184 struct bcmfs_device *fsdev = bcmfs_private->fsdev; in bcmfs_sym_qp_setup()
354 bcmfs_sym_dev_create(struct bcmfs_device *fsdev) in bcmfs_sym_dev_create()
403 bcmfs_sym_dev_destroy(struct bcmfs_device *fsdev) in bcmfs_sym_dev_destroy()
H A Dmeson.build9 'bcmfs_device.c',