Skip to content

Commit d26fd82

Browse files
committed
Oops mlxcx_cmd_access_register() needs to know about PDDR
1 parent 09a021e commit d26fd82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

usr/src/uts/common/io/mlxcx/mlxcx_cmd.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,6 +1787,9 @@ mlxcx_cmd_access_register(mlxcx_t *mlxp, mlxcx_cmd_reg_opmod_t opmod,
17871787
case MLXCX_REG_PCAM:
17881788
dsize = sizeof (mlxcx_reg_pcam_t);
17891789
break;
1790+
case MLXCX_REG_PDDR:
1791+
dsize = sizeof (mlxcx_reg_pddr_t);
1792+
break;
17901793
case MLXCX_REG_PMTU:
17911794
dsize = sizeof (mlxcx_reg_pmtu_t);
17921795
break;

0 commit comments

Comments
 (0)