Searched defs:dpaa2_sec_dev_private (Results 1 – 1 of 1) sorted by relevance
21 struct dpaa2_sec_dev_private { struct22 void *mc_portal; /**< MC Portal for configuring this device */23 void *hw; /**< Hardware handle for this device.Used by NADK framework */24 struct rte_mempool *fle_pool; /* per device memory pool for FLE */25 int32_t hw_id; /**< An unique ID of this device instance */26 int32_t vfio_fd; /**< File descriptor received via VFIO */27 uint16_t token; /**< Token required by DPxxx objects */28 unsigned int max_nb_queue_pairs;