Searched defs:bcmfs_device (Results 1 – 1 of 1) sorted by relevance
48 struct bcmfs_device { struct51 char dirname[BCMFS_MAX_PATH_LEN];53 char name[BCMFS_DEV_NAME_LEN];55 struct rte_vdev_device *vdev;57 int vfio_dev_fd;59 uint8_t *mmap_addr;61 uint32_t mmap_size;63 uint16_t max_hw_qps;69 struct rte_cryptodev *cdev;71 struct rte_device sym_rte_dev;[all …]