]> git.droids-corp.org - dpdk.git/blobdiff - drivers/event/dpaa2/dpaa2_eventdev.h
event/dpaa2: set priority as per DPCON device
[dpdk.git] / drivers / event / dpaa2 / dpaa2_eventdev.h
index abc038e495a82cc349705bc3b347d2e9ea8c74dc..7c5d005504b49367eba1225be611a3dfd4097c18 100644 (file)
@@ -52,17 +52,6 @@ enum {
  * the ethdev to eventdev with DPAA2 devices.
  */
 
-struct dpaa2_dpcon_dev {
-       TAILQ_ENTRY(dpaa2_dpcon_dev) next;
-       struct fsl_mc_io dpcon;
-       uint16_t token;
-       rte_atomic16_t in_use;
-       uint32_t dpcon_id;
-       uint16_t qbman_ch_id;
-       uint8_t num_priorities;
-       uint8_t channel_index;
-};
-
 struct dpaa2_eventq {
        /* DPcon device */
        struct dpaa2_dpcon_dev *dpcon;