Fixed width od op_dpc_set member of npa_cn20k_pool_s and
npa_cn20k_aura_s.
Fixes: 143a419edf35 ("common/cnxk: use new NPA aq enq mbox for CN20K")
Signed-off-by: Nawal Kishor <[email protected]>
---
drivers/common/cnxk/hw/npa.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/common/cnxk/hw/npa.h b/drivers/common/cnxk/hw/npa.h
index e421c70e01..0c7a8923df 100644
--- a/drivers/common/cnxk/hw/npa.h
+++ b/drivers/common/cnxk/hw/npa.h
@@ -375,7 +375,8 @@ struct npa_cn20k_aura_s {
uint64_t fc_msh_dst : 11;
uint64_t rsvd_438_435 : 4;
uint64_t op_dpc_ena : 1;
- uint64_t op_dpc_set : 6;
+ uint64_t op_dpc_set : 5;
+ uint64_t rsvd_637_637 : 1;
uint64_t stream_ctx : 1;
uint64_t unified_ctx : 1;
uint64_t rsvd_511_448 : 64; /* W7 */
@@ -446,7 +447,8 @@ struct npa_cn20k_pool_s {
uint64_t fc_msh_dst : 11;
uint64_t rsvd_630_627 : 4;
uint64_t op_dpc_ena : 1;
- uint64_t op_dpc_set : 6;
+ uint64_t op_dpc_set : 5;
+ uint64_t rsvd_637_637 : 1;
uint64_t stream_ctx : 1;
uint64_t rsvd_639 : 1;
uint64_t rsvd_703_640 : 64; /* W10 */
--
2.48.1