On Wed, Oct 04, 2023 at 10:31:27PM -0700, Selvin Xavier wrote: > From: Chandramohan Akula <chandramohan.akula@xxxxxxxxxxxx> > > Updating the HW structures for the affiliated event and error > reporting. Newly added interface structures will be used in the > followup patch. > > Signed-off-by: Chandramohan Akula <chandramohan.akula@xxxxxxxxxxxx> > Signed-off-by: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/bnxt_re/roce_hsi.h | 62 ++++++++++++++++++++++++++++++++ > 1 file changed, 62 insertions(+) <...> > + #define CREQ_QP_ERROR_NOTIFICATION_REQ_ERR_STATE_REASON_LAST \ > + CREQ_QP_ERROR_NOTIFICATION_REQ_ERR_STATE_REASON_REQ_RETX_SETUP_ERROR > __le32 xid; <...> > + #define CREQ_QP_ERROR_NOTIFICATION_RES_ERR_STATE_REASON_LAST \ > + CREQ_QP_ERROR_NOTIFICATION_RES_ERR_STATE_REASON_RES_PSN_NOT_FOUND These defines are not used. Thanks > __le16 sq_cons_idx; > __le16 rq_cons_idx; > }; > -- > 2.5.5 >