bus/fslmc: clean the QBMAN support code
[dpdk.git] / drivers / bus / fslmc / qbman / include / fsl_qbman_portal.h
index 24a6d4b..1e65660 100644 (file)
@@ -329,7 +329,7 @@ void qbman_pull_desc_clear(struct qbman_pull_desc *d);
  */
 void qbman_pull_desc_set_storage(struct qbman_pull_desc *d,
                                 struct qbman_result *storage,
-                                dma_addr_t storage_phys,
+                                uint64_t storage_phys,
                                 int stash);
 /**
  * qbman_pull_desc_set_numframes() - Set the number of frames to be dequeued.
@@ -796,7 +796,6 @@ struct qbman_eq_desc {
                        uint8_t wae;
                        uint8_t rspid;
                        uint64_t rsp_addr;
-                       uint8_t fd[32];
                } eq;
        };
 };
@@ -881,7 +880,7 @@ void qbman_eq_desc_set_orp_nesn(struct qbman_eq_desc *d, uint16_t opr_id,
  * expresses a cache-warming attribute.
  */
 void qbman_eq_desc_set_response(struct qbman_eq_desc *d,
-                               dma_addr_t storage_phys,
+                               uint64_t storage_phys,
                                int stash);
 
 /**